diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-03-16 21:23:21 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:37:27 -0700 |
commit | 72800d19f955bb6bb412c1f00dd0ad14b6fc49be (patch) | |
tree | f914ac78478a584516680dedb16fcade57dbac75 /meta-oe | |
parent | c9f9236ac175f49733f3e8526cf0c8721fd9019a (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/directfb/directfb.inc | 4 |
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" | |||
41 | PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" | 41 | PACKAGECONFIG[tslib] = "--with-inputdrivers=tslib,,tslib" |
42 | PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,," | 42 | PACKAGECONFIG[linuxinput] = "--with-inputdrivers=linuxinput,," |
43 | PACKAGECONFIG[noinput] = "--with-inputdrivers=none,," | 43 | PACKAGECONFIG[noinput] = "--with-inputdrivers=none,," |
44 | PACKAGECONFIG[mesa] = "--enable-mesa,--disable-mesa,virtual/mesa," | ||
45 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,xserver-xorg," | ||
44 | 46 | ||
45 | EXTRA_OECONF = "\ | 47 | EXTRA_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 | " |