summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_xen.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_xen.inc b/recipes-graphics/xorg-xserver/xserver-xorg_xen.inc
index 95034045..1b7e06b2 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_xen.inc
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_xen.inc
@@ -5,9 +5,9 @@
5# REMOVED_OPENGL_PKGCONFIGS = "" 5# REMOVED_OPENGL_PKGCONFIGS = ""
6 6
7XEN_REMOVED_OPENGL_PKGCONFIGS ?= "glamor" 7XEN_REMOVED_OPENGL_PKGCONFIGS ?= "glamor"
8XEN_REMOVED_OPENGL_PKGCONFIGS_x86 = "" 8XEN_REMOVED_OPENGL_PKGCONFIGS:x86 = ""
9XEN_REMOVED_OPENGL_PKGCONFIGS_x86-64 = "" 9XEN_REMOVED_OPENGL_PKGCONFIGS:x86-64 = ""
10 10
11REMOVED_OPENGL_PKGCONFIGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'xen', "${XEN_REMOVED_OPENGL_PKGCONFIGS}", '', d)}" 11REMOVED_OPENGL_PKGCONFIGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'xen', "${XEN_REMOVED_OPENGL_PKGCONFIGS}", '', d)}"
12 12
13OPENGL_PKGCONFIGS_remove = "${REMOVED_OPENGL_PKGCONFIGS}" 13OPENGL_PKGCONFIGS:remove = "${REMOVED_OPENGL_PKGCONFIGS}"