| tFixing the javascriptcoregtk-1.0 dependency. - surf - customized build of surf… | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 3da24a7481dcacaebf63ee62e112df679c38bebc | |
| parent 7c7a3b58cfd096ec546011df316828211adf6631 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Wed, 1 Feb 2012 15:23:39 +0100 | |
| Fixing the javascriptcoregtk-1.0 dependency. | |
| Diffstat: | |
| M config.mk | 3 ++- | |
| 1 file changed, 2 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.mk b/config.mk | |
| t@@ -15,7 +15,8 @@ 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 | |
| +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \ | |
| + -ljavascriptcoregtk-1.0 | |
| # flags | |
| CPPFLAGS = -DVERSION=\"${VERSION}\" |