summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 30299c2921..cc95da6394 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -47,6 +47,7 @@ PACKAGES =+ "${PN}-security-policy \
47 ${PN}-xvfb \ 47 ${PN}-xvfb \
48 ${PN}-utils \ 48 ${PN}-utils \
49 ${PN}-xephyr \ 49 ${PN}-xephyr \
50 ${PN}-xwayland \
50 ${PN}-multimedia-modules \ 51 ${PN}-multimedia-modules \
51 ${PN}-extension-dri \ 52 ${PN}-extension-dri \
52 ${PN}-extension-dri2 \ 53 ${PN}-extension-dri2 \
@@ -81,6 +82,7 @@ FILES_${PN}-fbdev = "${bindir}/Xfbdev"
81FILES_${PN}-xvfb = "${bindir}/Xvfb" 82FILES_${PN}-xvfb = "${bindir}/Xvfb"
82FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" 83FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl"
83FILES_${PN}-xephyr = "${bindir}/Xephyr" 84FILES_${PN}-xephyr = "${bindir}/Xephyr"
85FILES_${PN}-xwayland = "${bindir}/Xwayland"
84FILES_${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*" 86FILES_${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*"
85FILES_${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so" 87FILES_${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"
86FILES_${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so" 88FILES_${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"
@@ -115,7 +117,9 @@ EXTRA_OECONF += "--with-fop=no \
115 ac_cv_file__usr_share_sgml_X11_defs_ent=no \ 117 ac_cv_file__usr_share_sgml_X11_defs_ent=no \
116" 118"
117 119
118PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)}" 120PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)} \
121 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "xwayland", "", d)} \
122"
119 123
120PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" 124PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev"
121PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86driproto" 125PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86driproto"
@@ -128,6 +132,7 @@ PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
128PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" 132PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
129PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," 133PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus,"
130PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xineramaproto" 134PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xineramaproto"
135PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,wayland libepoxy"
131 136
132do_install_append () { 137do_install_append () {
133 # Its assumed base-files creates this for us 138 # Its assumed base-files creates this for us