diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2015-05-08 15:36:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-09 22:25:47 +0100 |
commit | 350c488883ccf5cc8ccfdd36f93052a8cd43d4b6 (patch) | |
tree | 83bb593555d75231181830b9c15022e6c44fee71 /meta | |
parent | b964917c7c75c637f64389363d566f57487a14da (diff) | |
download | openembedded-core-350c488883ccf5cc8ccfdd36f93052a8cd43d4b6.tar.gz openembedded-core-350c488883ccf5cc8ccfdd36f93052a8cd43d4b6.tar.bz2 openembedded-core-350c488883ccf5cc8ccfdd36f93052a8cd43d4b6.zip |
xserver-xorg: Make xinerama selectable via PACKAGECONFIG
If xinerara can be selected via PACKAGECONFIG, xserver-xorg recipe can
be easier modified via bbappend.
xinerama is needed by the fglrx driver (from AMD).
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 f0da488412..30299c2921 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -101,7 +101,6 @@ FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" EXTRA_OECONF += "--with-fop=no \ --with-pic \ --disable-static \ - --disable-xinerama \ --disable-record \ --disable-dmx \ --disable-xnest \ @@ -128,6 +127,7 @@ PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," +PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xineramaproto" do_install_append () { # Its assumed base-files creates this for us |