diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-05-11 12:48:40 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2015-11-17 17:05:05 +0100 |
commit | 566b452b46a171a4426256cdb02704ae8351a2b3 (patch) | |
tree | f84bfa048324d6d733d1aae5ba0b6b54ba4ecf3d /config.mk | |
parent | buildfile: don't forget to free temporary string bpath (diff) | |
download | surf-566b452b46a171a4426256cdb02704ae8351a2b3.tar.gz surf-566b452b46a171a4426256cdb02704ae8351a2b3.tar.bz2 surf-566b452b46a171a4426256cdb02704ae8351a2b3.zip |
Port surf to gtk3
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk index e49fa24..db69b59 100644 --- a/config.mk +++ b/config.mk @@ -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} |