diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/cogl_git.bb')
| -rw-r--r-- | meta/recipes-graphics/clutter/cogl_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/cogl_git.bb b/meta/recipes-graphics/clutter/cogl_git.bb new file mode 100644 index 0000000000..890c654b04 --- /dev/null +++ b/meta/recipes-graphics/clutter/cogl_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | require cogl.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 4 | |||
| 5 | SRCREV = "0a70a159c65357809740971570b2e301451161b5" | ||
| 6 | PV = "1.8.0+git${SRCPV}" | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | DEFAULT_PREFERENCE = "-1" | ||
| 10 | |||
| 11 | SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | AUTOTOOLS_AUXDIR = "${S}/build" | ||
| 15 | |||
| 16 | do_configure_prepend () { | ||
| 17 | # Disable DOLT | ||
| 18 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
| 19 | } | ||
