aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-03-16 21:23:21 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-21 18:37:27 -0700
commit72800d19f955bb6bb412c1f00dd0ad14b6fc49be (patch)
treef914ac78478a584516680dedb16fcade57dbac75
parentc9f9236ac175f49733f3e8526cf0c8721fd9019a (diff)
downloadmeta-openembedded-72800d19f955bb6bb412c1f00dd0ad14b6fc49be.tar.gz
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>
-rw-r--r--meta-oe/recipes-graphics/directfb/directfb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc
index bfbd9c29e5..bd66a28207 100644
--- a/meta-oe/recipes-graphics/directfb/directfb.inc
+++ b/meta-oe/recipes-graphics/directfb/directfb.inc
@@ -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 \
"