diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-01-06 11:29:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-12 22:46:12 +0100 |
commit | 8b95ee78a4cdf77ffcb86d30aee1a72e848e04cc (patch) | |
tree | ff48b9006a06aa0a5e8df3ada8b88afc9fb8c641 /package/atk/atk.mk | |
parent | 7c8cd9f55469ad3121f282ab30caf72d5218e401 (diff) | |
download | buildroot-novena-8b95ee78a4cdf77ffcb86d30aee1a72e848e04cc.tar.gz buildroot-novena-8b95ee78a4cdf77ffcb86d30aee1a72e848e04cc.zip |
atk: remove useless configuration options
ATK is not directly related to X11, and the --with-x, --x-includes,
--x-libraries and --without-x options do not exist.
The --disable-glibtest was duplicated, and is therefore still passed
to the configuration options.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/atk/atk.mk')
-rw-r--r-- | package/atk/atk.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/atk/atk.mk b/package/atk/atk.mk index 987a1cbef..0453acbc7 100644 --- a/package/atk/atk.mk +++ b/package/atk/atk.mk @@ -41,14 +41,6 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \ ATK_CONF_OPT = --disable-glibtest --enable-explicit-deps=no \ --disable-debug -ifeq ($(BR2_PACKAGE_XORG7),y) -ATK_CONF_OPT += --with-x \ - --x-includes=$(STAGING_DIR)/usr/include/X11 \ - --x-libraries=$(STAGING_DIR)/usr/lib --disable-glibtest -else -ATK_CONF_OPT += --without-x -endif - ATK_DEPENDENCIES = libglib2 host-pkgconf HOST_ATK_CONF_OPT = \ |