diff options
author | Riku Voipio <riku.voipio@linaro.org> | 2013-05-20 16:02:30 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:41 +0100 |
commit | e10352e61468bed57320aa9f144c78f249463533 (patch) | |
tree | 8308d98e2ec9b08a422a1a618b7ece00bcd0a005 | |
parent | 52c9f6650f4c8fb06636f03803005054aa520191 (diff) | |
download | poky-e10352e61468bed57320aa9f144c78f249463533.tar.gz |
xserver-xorg: enable xvfb
Currently Xvfb has been enabled in openembedded-core. Xvfb is needed
for example in Mauve testsuite.
(From OE-Core rev: 2570d5dcb7bbd50a7b3b8c2345492986be3ed95b)
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 0eca559b88..3d68413dfa 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -111,7 +111,7 @@ EXTRA_OECONF += "--with-fop=no \ | |||
111 | --disable-record \ | 111 | --disable-record \ |
112 | --disable-dmx \ | 112 | --disable-dmx \ |
113 | --disable-xnest \ | 113 | --disable-xnest \ |
114 | --disable-xvfb \ | 114 | --enable-xvfb \ |
115 | --enable-composite \ | 115 | --enable-composite \ |
116 | --without-dtrace \ | 116 | --without-dtrace \ |
117 | --with-int10=x86emu \ | 117 | --with-int10=x86emu \ |