diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb | 4 |
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 | ||
21 | EXTRA_OEMESON = "-Dwith-system-data-files=true" | 21 | EXTRA_OEMESON = "-Dwith-system-data-files=true" |
22 | 22 | ||
23 | PACKAGE_BEFORE_PN = "${PN}-info" | ||
24 | RDEPENDS:${PN} += " ${PN}-info" | ||
25 | FILES:${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 |
25 | PACKAGECONFIG ?= "drm egl gles1 gles2 \ | 29 | PACKAGECONFIG ?= "drm egl gles1 gles2 \ |