Skip to content

Commit 4ba895a

Browse files
Update makefile to build with GTK+ 3
1 parent c922dde commit 4ba895a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ INCLUDE = -iquote$(SDKINCLUDEDIR) \
1616
-iquote./
1717

1818

19-
GTKINCLUDES = `pkg-config --cflags gtk+-2.0`
20-
GTKLIBS = `pkg-config --libs gtk+-2.0`
19+
GTKINCLUDES = `pkg-config --cflags gtk+-3.0`
20+
GTKLIBS = `pkg-config --libs gtk+-3.0`
2121

2222
LIBS = $(GTKLIBS)
2323

0 commit comments

Comments
 (0)