[oe-commits] [meta-openembedded] 19/27: pinpoint: Add dependency on opengl for cogl

git at git.openembedded.org git at git.openembedded.org
Thu Sep 7 09:18:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 89befc7d745db05521eaaf6ed17cc88e4bb7a077
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Tue Sep 5 17:48:23 2017 -0500

    pinpoint: Add dependency on opengl for cogl
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
index 5e902a1..bf5178c 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list