mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 lines
364 B
Diff
13 lines
364 B
Diff
diff -uNr trunk.orig//configure.ac trunk/configure.ac
|
|
--- trunk.orig//configure.ac 2009-12-18 12:59:52.000000000 +0100
|
|
+++ trunk/configure.ac 2010-08-22 23:22:52.000000000 +0200
|
|
@@ -15,7 +15,7 @@
|
|
|
|
AM_PROG_LIBTOOL
|
|
|
|
-PKG_CHECK_MODULES(TASKS, [elementary eina-0 dbus-1 sqlite3])
|
|
+PKG_CHECK_MODULES(TASKS, [elementary eina dbus-1 sqlite3])
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|