mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
directfb: don't build tools for target
Normally these aren't needed, and some of them (mkdgifft) needs C++ support. Alternatively we could add an option (depending on HAVE_DEVFILES) to build these. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
dcfeac42c2
commit
267022d7f7
@ -26,7 +26,8 @@ DIRECTFB_CONF_OPT = \
|
|||||||
--disable-vnc \
|
--disable-vnc \
|
||||||
--disable-osx \
|
--disable-osx \
|
||||||
--disable-video4linux \
|
--disable-video4linux \
|
||||||
--disable-video4linux2
|
--disable-video4linux2 \
|
||||||
|
--without-tools
|
||||||
|
|
||||||
DIRECTFB_DEPENDENCIES = freetype zlib
|
DIRECTFB_DEPENDENCIES = freetype zlib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user