diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/kmscube/kmscube_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index c6cb184215..b2dd6b30b0 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm" | |||
2 | HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" | 2 | HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | SECTION = "graphics" | 4 | SECTION = "graphics" |
5 | DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins-base" | 5 | DEPENDS = "virtual/libgles2 virtual/egl libdrm" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" | 7 | LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" |
8 | 8 | ||
@@ -16,3 +16,6 @@ S = "${WORKDIR}/git" | |||
16 | inherit meson pkgconfig distro_features_check | 16 | inherit meson pkgconfig distro_features_check |
17 | 17 | ||
18 | REQUIRED_DISTRO_FEATURES = "opengl" | 18 | REQUIRED_DISTRO_FEATURES = "opengl" |
19 | |||
20 | PACKAGECONFIG ??= "" | ||
21 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" | ||