mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00: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 \
|
EXTRA_OECONF += "--with-fop=no \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-xinerama \
|
|
||||||
--disable-record \
|
--disable-record \
|
||||||
--disable-dmx \
|
--disable-dmx \
|
||||||
--disable-xnest \
|
--disable-xnest \
|
||||||
@@ -128,6 +127,7 @@ PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
|
|||||||
PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
|
PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
|
||||||
PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
|
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[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus,"
|
||||||
|
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xineramaproto"
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
# Its assumed base-files creates this for us
|
# Its assumed base-files creates this for us
|
||||||
|
|||||||
Reference in New Issue
Block a user