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:26:44 +0100 |
commit | fbbf0549ade9e7a7a28a024919d77ec845a5e566 (patch) | |
tree | d7f90da1408b7d4cc3ce9f20208bc5774fdab7b7 /meta/recipes-graphics/xorg-xserver | |
parent | ccd0bed5453c2235bfbc596cb5f78c0ad0723ae6 (diff) | |
download | poky-fbbf0549ade9e7a7a28a024919d77ec845a5e566.tar.gz |
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).
(From OE-Core rev: 350c488883ccf5cc8ccfdd36f93052a8cd43d4b6)
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-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" | |||
101 | EXTRA_OECONF += "--with-fop=no \ | 101 | EXTRA_OECONF += "--with-fop=no \ |
102 | --with-pic \ | 102 | --with-pic \ |
103 | --disable-static \ | 103 | --disable-static \ |
104 | --disable-xinerama \ | ||
105 | --disable-record \ | 104 | --disable-record \ |
106 | --disable-dmx \ | 105 | --disable-dmx \ |
107 | --disable-xnest \ | 106 | --disable-xnest \ |
@@ -128,6 +127,7 @@ PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" | |||
128 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" | 127 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" |
129 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 128 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
130 | PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," | 129 | PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," |
130 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xineramaproto" | ||
131 | 131 | ||
132 | do_install_append () { | 132 | do_install_append () { |
133 | # Its assumed base-files creates this for us | 133 | # Its assumed base-files creates this for us |