directfb: do not use inexistant configure options
authorPeter Seiderer <ps.report@gmx.net>
Tue, 1 Sep 2015 22:01:05 +0000 (00:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Sep 2015 11:52:12 +0000 (13:52 +0200)
The --disable-sysfs and --disable-explicit-deps options are not
supported by DirectFB anymore, so don't use them.

[Thomas: rework commit log.]

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/directfb/directfb.mk

index c27e9827737c9c3ad9aecd9d0b6f078358561c88..da12acba2c25e5dd1a35f4dc0e1e7aade43dc7b5 100644 (file)
@@ -14,11 +14,9 @@ DIRECTFB_INSTALL_STAGING = YES
 DIRECTFB_AUTORECONF = YES
 
 DIRECTFB_CONF_OPTS = \
-       --disable-explicit-deps \
        --enable-zlib \
        --enable-freetype \
        --enable-fbdev \
-       --disable-sysfs \
        --disable-sdl \
        --disable-vnc \
        --disable-osx \