aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-05 17:48:23 -0500
committerMark Hatle <mark.hatle@windriver.com>2017-09-06 15:06:42 -0500
commit896a8a0b225db8cba75f10b9fc57bd6522c798ea (patch)
treefc05360500a749c9eb2f3b0499a9bb9a788a6f41
parent2f83dd6a26c1d86a2d90d76efe33ad30984d276f (diff)
downloadmeta-openembedded-contrib-896a8a0b225db8cba75f10b9fc57bd6522c798ea.tar.gz
pinpoint: Add dependency on opengl for cogl
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
index 5e902a10c4..bf5178cf80 100644
--- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
+++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
@@ -9,7 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg"
-inherit autotools gettext pkgconfig
+inherit autotools gettext pkgconfig distro_features_check
+
+# cogl requires opengl
+REQUIRED_DISTRO_FEATURES = "opengl"
SRC_URI = "git://git.gnome.org/pinpoint"