summaryrefslogtreecommitdiffstats
path: root/package/atk
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/atk
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/atk')
-rw-r--r--package/atk/atk.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/atk/atk.mk b/package/atk/atk.mk
index 5bd1a0c50..ac6f5059d 100644
--- a/package/atk/atk.mk
+++ b/package/atk/atk.mk
@@ -38,8 +38,7 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \
am_cv_func_working_getline=yes gl_cv_func_mkdir_trailing_slash_bug=no \
gl_cv_func_mkstemp_limitations=no ac_cv_func_working_mktime=yes \
jm_cv_func_working_re_compile_pattern=yes ac_use_included_regex=no \
- gl_cv_c_restrict=no ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal \
- ac_cv_prog_F77=no
+ gl_cv_c_restrict=no ac_cv_prog_F77=no
ifneq ($(BR2_PACKAGE_XSERVER_none),y)
ATK_CONF_OPT_X = --with-x \
@@ -54,8 +53,6 @@ ATK_CONF_OPT = --enable-shared \
--disable-glibtest --enable-explicit-deps=no \
--disable-debug
-ATK_MAKE_OPT = GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal GLIB_MKENUMS=$(HOST_GLIB)/bin/glib-mkenums
-
ATK_DEPENDENCIES = libglib2 pkgconfig
$(eval $(call AUTOTARGETS,package,atk))