From 43840c852876d0c209732bb79900cc383cb4ea70 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 9 Feb 2013 04:33:58 +0100 Subject: [PATCH] The javascriptcore is now in webkit. --- config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.mk b/config.mk index ee05292..d17ef4a 100644 --- a/config.mk +++ b/config.mk @@ -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 -- 2.20.1