# HG changeset patch # User Christoph Lohmann <20h@r-36.net> # Date 1328106219 -3600 # Node ID fc8b9d3e66d47ae53f4097983cea9e60956e647a # Parent ac33ab13d1d037ad85407fe7706bc209bb624baa Fixing the javascriptcoregtk-1.0 dependency. diff -r ac33ab13d1d0 -r fc8b9d3e66d4 config.mk --- a/config.mk Tue Jan 17 13:58:04 2012 +0100 +++ b/config.mk Wed Feb 01 15:23:39 2012 +0100 @@ -15,7 +15,8 @@ # includes and libs INCS = -I. -I/usr/include -I${X11INC} ${GTKINC} -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \ + -ljavascriptcoregtk-1.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\"