mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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 <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>
This commit is contained in:
parent
0b4ed3874f
commit
87f7ace1b5
@ -14,11 +14,9 @@ DIRECTFB_INSTALL_STAGING = YES
|
|||||||
DIRECTFB_AUTORECONF = YES
|
DIRECTFB_AUTORECONF = YES
|
||||||
|
|
||||||
DIRECTFB_CONF_OPTS = \
|
DIRECTFB_CONF_OPTS = \
|
||||||
--disable-explicit-deps \
|
|
||||||
--enable-zlib \
|
--enable-zlib \
|
||||||
--enable-freetype \
|
--enable-freetype \
|
||||||
--enable-fbdev \
|
--enable-fbdev \
|
||||||
--disable-sysfs \
|
|
||||||
--disable-sdl \
|
--disable-sdl \
|
||||||
--disable-vnc \
|
--disable-vnc \
|
||||||
--disable-osx \
|
--disable-osx \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user