Port surf to gtk3

This commit is contained in:
Quentin Rameau
2015-05-11 12:48:40 +02:00
parent 9b1e1873b0
commit 566b452b46
3 changed files with 62 additions and 61 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
GTKINC = `pkg-config --cflags gtk+-2.0 webkit-1.0`
GTKLIB = `pkg-config --libs gtk+-2.0 webkit-1.0`
GTKINC = `pkg-config --cflags gtk+-3.0 webkitgtk-3.0`
GTKLIB = `pkg-config --libs gtk+-3.0 webkitgtk-3.0`
# includes and libs
INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}