diff options
| -rw-r--r-- | meta/packages/clutter/clutter-gst_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-gst_git.bb b/meta/packages/clutter/clutter-gst_git.bb index f69406473a..083dcdc7d8 100644 --- a/meta/packages/clutter/clutter-gst_git.bb +++ b/meta/packages/clutter/clutter-gst_git.bb | |||
| @@ -8,3 +8,8 @@ SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ | |||
| 8 | file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c" | 8 | file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | |||
| 12 | do_configure_prepend () { | ||
| 13 | # Disable DOLT | ||
| 14 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
| 15 | } | ||
