From 1ae52a743c077565e5d4e2f49ede90bbdff45fbf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Dec 2020 15:22:20 -0800 Subject: libglu: Fix build with userland graphics Signed-off-by: Khem Raj --- recipes-graphics/mesa/libglu_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-graphics/mesa/libglu_%.bbappend diff --git a/recipes-graphics/mesa/libglu_%.bbappend b/recipes-graphics/mesa/libglu_%.bbappend new file mode 100644 index 0000000..56ff421 --- /dev/null +++ b/recipes-graphics/mesa/libglu_%.bbappend @@ -0,0 +1,3 @@ +# when using userland graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where +# we explicitly delete KHR/khrplatform.h since its already coming from userland package +DEPENDS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'userland', d)}" -- cgit v1.2.3-54-g00ecf