mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ccd0bed545
commit
fbbf0549ad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user