diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 615ad6d9bd..fc05c6a76e 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -27,9 +27,8 @@ inherit autotools pkgconfig | |||
27 | inherit distro_features_check | 27 | inherit distro_features_check |
28 | REQUIRED_DISTRO_FEATURES = "x11" | 28 | REQUIRED_DISTRO_FEATURES = "x11" |
29 | 29 | ||
30 | PROTO_DEPS = "xorgproto" | ||
31 | LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess" | 30 | LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess" |
32 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" | 31 | DEPENDS = "xorgproto ${LIB_DEPS} font-util" |
33 | 32 | ||
34 | # Split out some modules and extensions from the main package | 33 | # Split out some modules and extensions from the main package |
35 | # These aren't needed for basic operations and only take up space: | 34 | # These aren't needed for basic operations and only take up space: |
@@ -128,18 +127,18 @@ PACKAGECONFIG ??= "dri2 udev ${XORG_CRYPTO} \ | |||
128 | " | 127 | " |
129 | 128 | ||
130 | PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" | 129 | PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" |
131 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,xorgproto virtual/mesa" | 130 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,virtual/mesa" |
132 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,xorgproto" | 131 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2" |
133 | # DRI3 requires xshmfence to also be enabled | 132 | # DRI3 requires xshmfence to also be enabled |
134 | PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,xorgproto" | 133 | PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3" |
135 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,xorgproto virtual/libgl virtual/libx11" | 134 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,virtual/libgl virtual/libx11" |
136 | PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor,libepoxy virtual/libgbm,libegl" | 135 | PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor,libepoxy virtual/libgbm,libegl" |
137 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 136 | PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
138 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" | 137 | PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" |
139 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 138 | PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
140 | PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," | 139 | PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," |
141 | PACKAGECONFIG[systemd] = "--with-systemd-daemon,--without-systemd-daemon,systemd" | 140 | PACKAGECONFIG[systemd] = "--with-systemd-daemon,--without-systemd-daemon,systemd" |
142 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xorgproto" | 141 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama" |
143 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,wayland wayland-native wayland-protocols libepoxy" | 142 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,wayland wayland-native wayland-protocols libepoxy" |
144 | 143 | ||
145 | # Xorg requires a SHA1 implementation, pick one | 144 | # Xorg requires a SHA1 implementation, pick one |