summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-virtualization/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/meta-virtualization/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend')
-rw-r--r--import-layers/meta-virtualization/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/import-layers/meta-virtualization/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/import-layers/meta-virtualization/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
deleted file mode 100644
index 95034045b..000000000
--- a/import-layers/meta-virtualization/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-# Change the default Xserver OpenGL configuration for non-x86 distros with Xen: deselect 'glamor'.
-# This removes the dependency on libegl to simplify the domU build.
-#
-# To override this (eg. if wanted for dom0 images) define:
-# REMOVED_OPENGL_PKGCONFIGS = ""
-
-XEN_REMOVED_OPENGL_PKGCONFIGS ?= "glamor"
-XEN_REMOVED_OPENGL_PKGCONFIGS_x86 = ""
-XEN_REMOVED_OPENGL_PKGCONFIGS_x86-64 = ""
-
-REMOVED_OPENGL_PKGCONFIGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'xen', "${XEN_REMOVED_OPENGL_PKGCONFIGS}", '', d)}"
-
-OPENGL_PKGCONFIGS_remove = "${REMOVED_OPENGL_PKGCONFIGS}"
OpenPOWER on IntegriCloud