From 87f7ace1b55ebd1c6ed2209af20a5ba677e59550 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Wed, 2 Sep 2015 00:01:05 +0200 Subject: [PATCH] directfb: do not use inexistant configure options 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 Signed-off-by: Thomas Petazzoni Reviewed-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- package/directfb/directfb.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index c27e982773..da12acba2c 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -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 \ -- 2.30.2