summaryrefslogtreecommitdiffstats
path: root/package/webkit
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-16 15:49:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-16 15:49:03 +0000
commit01bcd0320e65c0b9c07a54b172b86ca37f3b5a68 (patch)
tree5735a13bebdb0f182f22f80375086914c4bff57e /package/webkit
parentfe202a6f8589b3043a92dd58317044ad0e431a2c (diff)
downloadbuildroot-novena-01bcd0320e65c0b9c07a54b172b86ca37f3b5a68.tar.gz
buildroot-novena-01bcd0320e65c0b9c07a54b172b86ca37f3b5a68.zip
libglib2: build host version for build-time binaries
Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host.
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/webkit.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index 5d58eae06..b070c1d14 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -13,7 +13,5 @@ WEBKIT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
WEBKIT_AUTORECONF = YES
WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt libgtk2 sqlite
-WEBKIT_MAKE_OPT = GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal GLIB_MKENUMS=$(HOST_GLIB)/bin/glib-mkenums
$(eval $(call AUTOTARGETS,package,webkit))
-