From: Michael Lauer Date: Sun, 14 Aug 2005 18:56:20 +0000 (+0000) Subject: engage: fix dependencies and add no-local-includes patch X-Git-Tag: Release-2010-05/1~9453^2~3858^2~25 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b484c3b984582a92308dec950862aca2126add;p=openembedded.git engage: fix dependencies and add no-local-includes patch --- diff --git a/packages/e17/engage/.mtn2git_empty b/packages/e17/engage/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/e17/engage/no-local-includes.patch b/packages/e17/engage/no-local-includes.patch new file mode 100644 index 0000000000..09cc8da98d --- /dev/null +++ b/packages/e17/engage/no-local-includes.patch @@ -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 diff --git a/packages/e17/engage_20050810.bb b/packages/e17/engage_20050810.bb index e8f9467239..f12d7d2605 100644 --- a/packages/e17/engage_20050810.bb +++ b/packages/e17/engage_20050810.bb @@ -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 " -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