summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-03-16 21:23:21 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:57:03 -0700
commit4daf58663712506d662f8e3f439dbdcbb2e6500e (patch)
tree870ce91d29f56b4b074c3e307f95c949d31317e6
parent785bb39855b4dfc5fa5b819c44c637478d787eb6 (diff)
downloadmeta-openembedded-4daf58663712506d662f8e3f439dbdcbb2e6500e.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 bfbd9c29e..bd66a2820 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"
41PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" 41PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib"
42PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,," 42PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,,"
43PACKAGECONFIG[noinput] = "--with-inputdrivers=none,," 43PACKAGECONFIG[noinput] = "--with-inputdrivers=none,,"
44PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa,"
45PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg,"
44 46
45EXTRA_OECONF = "\ 47EXTRA_OECONF = "\
46 --with-gfxdrivers=none \ 48 --with-gfxdrivers=none \
47 --enable-freetype=yes \ 49 --enable-freetype=yes \
48 --enable-zlib \ 50 --enable-zlib \
49 --disable-imlib2 \ 51 --disable-imlib2 \
50 --disable-mesa \
51 --disable-sdl \ 52 --disable-sdl \
52 --disable-vnc \ 53 --disable-vnc \
53 --disable-x11 \
54 --disable-x11vdpau \ 54 --disable-x11vdpau \
55 --disable-xine-vdpau \ 55 --disable-xine-vdpau \
56" 56"