diff options
| -rw-r--r-- | meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 5 |
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 \ | |||
| 9 | 9 | ||
| 10 | DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg" | 10 | DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg" |
| 11 | 11 | ||
| 12 | inherit autotools gettext pkgconfig | 12 | inherit autotools gettext pkgconfig distro_features_check |
| 13 | |||
| 14 | # cogl requires opengl | ||
| 15 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 13 | 16 | ||
| 14 | SRC_URI = "git://git.gnome.org/pinpoint" | 17 | SRC_URI = "git://git.gnome.org/pinpoint" |
| 15 | 18 | ||
