diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/intone-video/intone-video/depends.eina.patch | 12 | ||||
-rw-r--r-- | recipes/intone-video/intone-video_svn.bb | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/recipes/intone-video/intone-video/depends.eina.patch b/recipes/intone-video/intone-video/depends.eina.patch new file mode 100644 index 0000000000..5022eeb5ee --- /dev/null +++ b/recipes/intone-video/intone-video/depends.eina.patch @@ -0,0 +1,12 @@ +diff -uNr trunk.orig//configure.ac trunk/configure.ac +--- trunk.orig//configure.ac 2009-12-18 13:10:45.000000000 +0100 ++++ trunk/configure.ac 2010-08-19 00:28:46.000000000 +0200 +@@ -14,7 +14,7 @@ + + AM_PROG_LIBTOOL + +-PKG_CHECK_MODULES(INTONE, [elementary eina-0 dbus-1 sqlite3]) ++PKG_CHECK_MODULES(INTONE, [elementary eina dbus-1 sqlite3]) + + AC_OUTPUT([ + Makefile diff --git a/recipes/intone-video/intone-video_svn.bb b/recipes/intone-video/intone-video_svn.bb index 17de88a6c9..67c540fa09 100644 --- a/recipes/intone-video/intone-video_svn.bb +++ b/recipes/intone-video/intone-video_svn.bb @@ -10,7 +10,8 @@ SRCREV = "12" PV = "0.13+svnr${SRCPV}" PR = "r7" -SRC_URI = "svn://intone-video.googlecode.com/svn;module=trunk;proto=http" +SRC_URI = "svn://intone-video.googlecode.com/svn;module=trunk;proto=http \ + file://depends.eina.patch" S = "${WORKDIR}/trunk" inherit autotools |