mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
directfb: add more PACKAGECONFIGs
Allow the following features to be enabled by the user during configuration: mesa, x11. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c9f9236ac1
commit
72800d19f9
@@ -41,16 +41,16 @@ PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
|
||||
PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib"
|
||||
PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,,"
|
||||
PACKAGECONFIG[noinput] = "--with-inputdrivers=none,,"
|
||||
PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa,"
|
||||
PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg,"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--with-gfxdrivers=none \
|
||||
--enable-freetype=yes \
|
||||
--enable-zlib \
|
||||
--disable-imlib2 \
|
||||
--disable-mesa \
|
||||
--disable-sdl \
|
||||
--disable-vnc \
|
||||
--disable-x11 \
|
||||
--disable-x11vdpau \
|
||||
--disable-xine-vdpau \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user