diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-11 10:51:14 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-11 10:51:14 +0000 |
commit | b05d9759af8e5b6001d596a73164e766701b30ec (patch) | |
tree | ba1a11c7c3c20180072567b5a7653215c44ba5e8 /packages/openmoko-projects/illume/include-path.diff | |
parent | 26d244e964417ede2d6177a515be5dc429af0e89 (diff) |
illume: Add raster's illume module. This is based on his recipe but removed the sed in do_compile and some depends fixes
Diffstat (limited to 'packages/openmoko-projects/illume/include-path.diff')
-rw-r--r-- | packages/openmoko-projects/illume/include-path.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/openmoko-projects/illume/include-path.diff b/packages/openmoko-projects/illume/include-path.diff new file mode 100644 index 0000000000..0b5ed8add8 --- /dev/null +++ b/packages/openmoko-projects/illume/include-path.diff @@ -0,0 +1,16 @@ +Include path fixes for Illume: + +$(includedir) is pointing to /usr/include, we do not want to have this when compiling + +Index: src/Makefile.am +=================================================================== +--- a/src/Makefile.am (Revision 12) ++++ b/src/Makefile.am (Arbeitskopie) +@@ -3,7 +3,6 @@ + + INCLUDES = -I. \ + -I$(top_srcdir) \ +- -I$(includedir) \ + @e_cflags@ + + pkgdir = $(datadir)/$(MODULE_ARCH) |