From a57a65c46b3119e493a57a8fa48a012e047b0cb3 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 3 Jul 2013 15:30:09 +0200 Subject: [PATCH] mesa: provide only libgl, no egl or gles1/2 --- meta-opendreambox/recipes-graphics/mesa/mesa_9.0.2.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-opendreambox/recipes-graphics/mesa/mesa_9.0.2.bbappend diff --git a/meta-opendreambox/recipes-graphics/mesa/mesa_9.0.2.bbappend b/meta-opendreambox/recipes-graphics/mesa/mesa_9.0.2.bbappend new file mode 100644 index 00000000..ef2492df --- /dev/null +++ b/meta-opendreambox/recipes-graphics/mesa/mesa_9.0.2.bbappend @@ -0,0 +1,5 @@ +PROVIDES = "virtual/libgl" +PACKAGECONFIG = " \ + ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ + ${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ +" -- 2.20.1