mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pinpoint: Add dependency on opengl for cogl
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
parent
db71ecf05a
commit
4738a09f3b
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user