diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-24 15:23:19 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 11:07:37 +0100 |
commit | ea5913fa8402a09cc9a18be6a21c93e54d56d279 (patch) | |
tree | f3ce427c1ab2439d65578ffb7f0bff65febd0c59 /meta/recipes-graphics | |
parent | a8c78aa835b06578759c4ca170f759928bac3efd (diff) | |
download | poky-ea5913fa8402a09cc9a18be6a21c93e54d56d279.tar.gz |
cogl: Add a missing depends on libxdamage
During a from scratch build test, cogl build failed due a missing
dependency on libxdamage.
(From OE-Core rev: 959a2f6d88d8fa6874fff83b7a1f0e7d4e36b887)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/clutter/cogl.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/cogl_1.8.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/cogl_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc index 7d840be96d..68786244ca 100644 --- a/meta/recipes-graphics/clutter/cogl.inc +++ b/meta/recipes-graphics/clutter/cogl.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+" | |||
5 | STDDEPENDS = "virtual/libx11 pango glib-2.0 libxfixes gdk-pixbuf libxi" | 5 | STDDEPENDS = "virtual/libx11 pango glib-2.0 libxfixes gdk-pixbuf libxi" |
6 | BASE_CONF = "${@get_clutter_fpu_setting(bb, d)}" | 6 | BASE_CONF = "${@get_clutter_fpu_setting(bb, d)}" |
7 | 7 | ||
8 | DEPENDS = "${STDDEPENDS} virtual/libgl libxcomposite" | 8 | DEPENDS = "${STDDEPENDS} virtual/libgl libxcomposite libxdamage" |
9 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" | 9 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" |
10 | 10 | ||
11 | FILESPATH = "${FILE_DIRNAME}/cogl" | 11 | FILESPATH = "${FILE_DIRNAME}/cogl" |
diff --git a/meta/recipes-graphics/clutter/cogl_1.8.2.bb b/meta/recipes-graphics/clutter/cogl_1.8.2.bb index f73359828e..fe4266b4a6 100644 --- a/meta/recipes-graphics/clutter/cogl_1.8.2.bb +++ b/meta/recipes-graphics/clutter/cogl_1.8.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require cogl.inc | 1 | require cogl.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
6 | 6 | ||
diff --git a/meta/recipes-graphics/clutter/cogl_git.bb b/meta/recipes-graphics/clutter/cogl_git.bb index a3e1903134..3fb70ae153 100644 --- a/meta/recipes-graphics/clutter/cogl_git.bb +++ b/meta/recipes-graphics/clutter/cogl_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
5 | # the 1.8.2 tag | 5 | # the 1.8.2 tag |
6 | SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" | 6 | SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5" |
7 | PV = "1.8.2+git${SRCPV}" | 7 | PV = "1.8.2+git${SRCPV}" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | 9 | ||
10 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |
11 | 11 | ||