diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter_git.bb')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb new file mode 100644 index 0000000000..a20515ec5e --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require clutter.inc | ||
| 2 | require clutter-package.inc | ||
| 3 | |||
| 4 | PV = "1.0.0+git${SRCPV}" | ||
| 5 | PR = "r8" | ||
| 6 | |||
| 7 | SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \ | ||
| 8 | file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \ | ||
| 9 | file://enable_tests.patch;patch=1;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 " | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | BASE_CONF += "--disable-introspection" | ||
| 13 | |||
| 14 | do_configure_prepend () { | ||
| 15 | # Disable DOLT | ||
| 16 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
| 17 | } \ No newline at end of file | ||
