diff options
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_xen.inc | 6 |
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 | ||
| 7 | XEN_REMOVED_OPENGL_PKGCONFIGS ?= "glamor" | 7 | XEN_REMOVED_OPENGL_PKGCONFIGS ?= "glamor" |
| 8 | XEN_REMOVED_OPENGL_PKGCONFIGS_x86 = "" | 8 | XEN_REMOVED_OPENGL_PKGCONFIGS:x86 = "" |
| 9 | XEN_REMOVED_OPENGL_PKGCONFIGS_x86-64 = "" | 9 | XEN_REMOVED_OPENGL_PKGCONFIGS:x86-64 = "" |
| 10 | 10 | ||
| 11 | REMOVED_OPENGL_PKGCONFIGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'xen', "${XEN_REMOVED_OPENGL_PKGCONFIGS}", '', d)}" | 11 | REMOVED_OPENGL_PKGCONFIGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'xen', "${XEN_REMOVED_OPENGL_PKGCONFIGS}", '', d)}" |
| 12 | 12 | ||
| 13 | OPENGL_PKGCONFIGS_remove = "${REMOVED_OPENGL_PKGCONFIGS}" | 13 | OPENGL_PKGCONFIGS:remove = "${REMOVED_OPENGL_PKGCONFIGS}" |
