engage: fix dependencies and add no-local-includes patch
authorMichael Lauer <mickey@vanille-media.de>
Sun, 14 Aug 2005 18:56:20 +0000 (18:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 14 Aug 2005 18:56:20 +0000 (18:56 +0000)
packages/e17/engage/.mtn2git_empty [new file with mode: 0644]
packages/e17/engage/no-local-includes.patch [new file with mode: 0644]
packages/e17/engage_20050810.bb

diff --git a/packages/e17/engage/.mtn2git_empty b/packages/e17/engage/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/e17/engage/no-local-includes.patch b/packages/e17/engage/no-local-includes.patch
new file mode 100644 (file)
index 0000000..09cc8da
--- /dev/null
@@ -0,0 +1,17 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- engage/src/module/Makefile.am~no-local-includes
++++ engage/src/module/Makefile.am
+@@ -10,8 +10,7 @@
+ # the module .so file
+ INCLUDES               = -I. \
+-                       -I$(top_srcdir) \
+-                       -I$(includedir) \
++                       -I$(top_srcdir) \
+                        @e_cflags@
+ pkgdir                 = @e_modules@/engage/$(MODULE_ARCH)
+ pkg_LTLIBRARIES        = module.la
index e8f9467..f12d7d2 100644 (file)
@@ -1,11 +1,12 @@
 DESCRIPTION = "Engage is the E17 icon dock"
-DEPENDS = "esmart virtual/imlib2 edje virtual/ecore virtual/evas ewl e-wm"
+DEPENDS = "evas-x11 ecore-x11 esmart imlib2-x11 edje ewl e"
 LICENSE = "MIT"
-SECTION = "e"
+SECTION = "e/apps"
 MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=misc/engage"
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=misc/engage \
+           file://no-local-includes.patch;patch=1"
 S = "${WORKDIR}/engage"
 
 inherit autotools pkgconfig binconfig