summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
index a9e84039d2..0bc8519e90 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
@@ -20,6 +20,10 @@ REQUIRED_DISTRO_FEATURES = "opengl x11"
20 20
21EXTRA_OEMESON = "-Dwith-system-data-files=true" 21EXTRA_OEMESON = "-Dwith-system-data-files=true"
22 22
23PACKAGE_BEFORE_PN = "${PN}-info"
24RDEPENDS:${PN} += " ${PN}-info"
25FILES:${PN}-info = "${bindir}/*info"
26
23# Note: wayland is not included as the feature requires libdecor recipe, 27# Note: wayland is not included as the feature requires libdecor recipe,
24# which is not currently in core 28# which is not currently in core
25PACKAGECONFIG ?= "drm egl gles1 gles2 \ 29PACKAGECONFIG ?= "drm egl gles1 gles2 \