diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-01 14:27:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 14:32:53 +0000 |
commit | 7ac57baf1598ec5178dbd0e4f341ebdf4dd8951d (patch) | |
tree | 75e1d818299cbd952ae514dee34e7283d0dab826 /meta/recipes-graphics/clutter/cogl.inc | |
parent | a9091c94660b7fa3be509264423966a530e8f80b (diff) | |
download | poky-7ac57baf1598ec5178dbd0e4f341ebdf4dd8951d.tar.gz |
cogl: add cogl 1.8.0 recipe
Cogl has been split into a separate recipe as of the clutter-1.8 series
(From OE-Core rev: 3bddb7cd3400857ac724e91cb5b663bcf386ab37)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/cogl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc index 387f6ecf43..f264151c0b 100644 --- a/meta/recipes-graphics/clutter/cogl.inc +++ b/meta/recipes-graphics/clutter/cogl.inc | |||
@@ -8,7 +8,7 @@ BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | |||
8 | DEPENDS = "${STDDEPENDS} virtual/libgl" | 8 | DEPENDS = "${STDDEPENDS} virtual/libgl" |
9 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" | 9 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" |
10 | 10 | ||
11 | FILESPATH = "${FILE_DIRNAME}/clutter" | 11 | FILESPATH = "${FILE_DIRNAME}/cogl" |
12 | 12 | ||
13 | inherit autotools pkgconfig gtk-doc gettext | 13 | inherit autotools pkgconfig gtk-doc gettext |
14 | 14 | ||