diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.8_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter.inc | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb index 378b6fe32d..a37056883d 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require recipes-graphics/clutter/clutter.inc | 1 | require recipes-graphics/clutter/clutter.inc |
2 | require recipes-graphics/clutter/clutter-package.inc | 2 | require recipes-graphics/clutter/clutter-package.inc |
3 | 3 | ||
4 | PR = "r1" | ||
5 | |||
4 | # We're API/ABI compatible and this may make things easier for layers | 6 | # We're API/ABI compatible and this may make things easier for layers |
5 | PROVIDES += "clutter-1.6" | 7 | PROVIDES += "clutter-1.6" |
6 | 8 | ||
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_git.bb b/meta/recipes-graphics/clutter/clutter-1.8_git.bb index 9f7b048a94..7d8bcb3f42 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_git.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
6 | # the 1.8.4 tag | 6 | # the 1.8.4 tag |
7 | SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" | 7 | SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" |
8 | PV = "1.8.4+git${SRCPV}" | 8 | PV = "1.8.4+git${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |
12 | 12 | ||
diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index 9d7760f019..ce54ac2940 100644 --- a/meta/recipes-graphics/clutter/clutter.inc +++ b/meta/recipes-graphics/clutter/clutter.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.clutter-project.org/" | |||
3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+" |
4 | 4 | ||
5 | # Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8 | 5 | # Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8 |
6 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes libxi json-glib cogl atk" | 6 | STDDEPENDS = "virtual/libx11 pango glib-2.0 libxfixes libxi json-glib cogl atk" |
7 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 7 | BASE_CONF = "${@get_clutter_fpu_setting(bb, d)}" |
8 | 8 | ||
9 | DEPENDS = "${STDDEPENDS} virtual/libgl" | 9 | DEPENDS = "${STDDEPENDS} virtual/libgl" |
10 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" | 10 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" |