diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-02-09 04:33:58 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-02-09 04:33:58 +0100 |
commit | 43840c852876d0c209732bb79900cc383cb4ea70 (patch) | |
tree | e36c555d62372d1af76cadc5e2a7c16260d435d4 | |
parent | d6a3e28be24a82647ba3f0b6f8dd39d0097a4c24 (diff) | |
download | surf-43840c852876d0c209732bb79900cc383cb4ea70.tar.gz surf-43840c852876d0c209732bb79900cc383cb4ea70.tar.bz2 surf-43840c852876d0c209732bb79900cc383cb4ea70.zip |
The javascriptcore is now in webkit.
-rw-r--r-- | config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ GTKLIB = `pkg-config --libs gtk+-2.0 webkit-1.0` # includes and libs INCS = -I. -I/usr/include -I${X11INC} ${GTKINC} -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \ - -ljavascriptcoregtk-1.0 +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE |