From: Peter Seiderer Date: Tue, 1 Sep 2015 22:01:05 +0000 (+0200) Subject: directfb: do not use inexistant configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87f7ace1b55ebd1c6ed2209af20a5ba677e59550;p=buildroot.git 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 --- 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 \