summaryrefslogtreecommitdiffstats
path: root/package/directfb
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/directfb
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/directfb')
-rw-r--r--package/directfb/directfb.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 98590cc71..5af65d7e3 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -11,8 +11,6 @@ DIRECTFB_AUTORECONF = YES
DIRECTFB_INSTALL_STAGING = YES
DIRECTFB_CONF_OPT = \
--localstatedir=/var \
- --enable-static \
- --enable-shared \
--disable-explicit-deps \
--program-prefix='' \
--enable-zlib \
@@ -123,8 +121,6 @@ endif
HOST_DIRECTFB_DEPENDENCIES = host-pkg-config host-libpng
HOST_DIRECTFB_CONF_OPT = \
- --enable-shared \
- --disable-static \
--disable-debug \
--disable-multi \
--enable-png \