From 4738a09f3b5c759a9676ad27e9268fa54d51bf79 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 5 Sep 2017 17:48:23 -0500 Subject: pinpoint: Add dependency on opengl for cogl Signed-off-by: Mark Hatle --- meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-gnome/recipes-apps') 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" -- cgit 1.2.3-korg