diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-22 23:12:57 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-22 23:26:39 +0200 |
commit | f918cf2ad68baf29c98010e9936f91861d59b3a6 (patch) | |
tree | 03d927eec914c571e9659752273737af865fdf37 /recipes/shr/shr-launcher | |
parent | e0ebf2ce22d79dc5db2e2d26755cfb71b7b58d7e (diff) |
shr-launcher: search for eina not eina-0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr/shr-launcher')
-rw-r--r-- | recipes/shr/shr-launcher/depends.eina.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/shr/shr-launcher/depends.eina.patch b/recipes/shr/shr-launcher/depends.eina.patch new file mode 100644 index 0000000000..2cd14d8e28 --- /dev/null +++ b/recipes/shr/shr-launcher/depends.eina.patch @@ -0,0 +1,12 @@ +diff -uNr trunk.orig//configure.ac trunk/configure.ac +--- trunk.orig//configure.ac 2009-12-12 14:50:14.000000000 +0100 ++++ trunk/configure.ac 2010-08-22 23:10:37.000000000 +0200 +@@ -15,7 +15,7 @@ + + AM_PROG_LIBTOOL + +-PKG_CHECK_MODULES(LAUNCHER, [elementary eina-0 sqlite3 dbus-1 edbus ecore-x]) ++PKG_CHECK_MODULES(LAUNCHER, [elementary eina sqlite3 dbus-1 edbus ecore-x]) + + AC_OUTPUT([ + Makefile |