summaryrefslogtreecommitdiffstats
path: root/package/atk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-05-30 23:57:03 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-06-12 21:59:59 +0200
commit0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9 (patch)
treea083fe85ad8bba2a11566d0e940afd656ce9d2f0 /package/atk
parent009d8fceab4db7815502e4b0565fe0ef531d512c (diff)
downloadbuildroot-novena-0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9.tar.gz
buildroot-novena-0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9.zip
packages: remove --{enable,disable}-{shared,static} from autotools packages
Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/atk')
-rw-r--r--package/atk/atk.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/atk/atk.mk b/package/atk/atk.mk
index ad95f9944..9ea8a9094 100644
--- a/package/atk/atk.mk
+++ b/package/atk/atk.mk
@@ -39,9 +39,7 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \
jm_cv_func_working_re_compile_pattern=yes ac_use_included_regex=no \
gl_cv_c_restrict=no ac_cv_prog_F77=no
-ATK_CONF_OPT = --enable-shared \
- --enable-static \
- --disable-glibtest --enable-explicit-deps=no \
+ATK_CONF_OPT = --disable-glibtest --enable-explicit-deps=no \
--disable-debug
ifeq ($(BR2_PACKAGE_XORG7),y)
@@ -57,8 +55,6 @@ ATK_DEPENDENCIES = libglib2 host-pkg-config
HOST_ATK_DEPENDENCIES = host-libglib2 host-pkg-config
HOST_ATK_CONF_OPT = \
- --enable-shared \
- --disable-static \
--disable-glibtest
$(eval $(call AUTOTARGETS,package,atk))