diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-03 19:09:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-03 19:09:02 +0000 |
commit | 494d7dee7a6aafc87f218a6b2643a684c1fa097c (patch) | |
tree | de480c5eef7a1bc68933a60af3a3fb47dce30a39 /packages/libxsettings-client/files/no-host-includes.patch | |
parent | da7bf6a829f8f4bd45844493a848613e8a6f8c64 (diff) |
libxsettings-client: unbreak every version that isn't 0.16
* please test any refactoring you do, bitbake -c patch -b foo.bb exists for a reason
Diffstat (limited to 'packages/libxsettings-client/files/no-host-includes.patch')
-rw-r--r-- | packages/libxsettings-client/files/no-host-includes.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libxsettings-client/files/no-host-includes.patch b/packages/libxsettings-client/files/no-host-includes.patch new file mode 100644 index 0000000000..137c5269f1 --- /dev/null +++ b/packages/libxsettings-client/files/no-host-includes.patch @@ -0,0 +1,13 @@ +Index: libxsettings-client-0.17/Makefile.am +=================================================================== +--- libxsettings-client-0.17.orig/Makefile.am 2006-05-19 23:14:46.557360552 +0200 ++++ libxsettings-client-0.17/Makefile.am 2006-05-19 23:14:56.010923392 +0200 +@@ -3,7 +3,7 @@ + source_h = xsettings-client.h xsettings-common.h + source_c = xsettings-client.c xsettings-common.c + +-INCLUDES = -I $(includedir) $(X_CFLAGS) ++INCLUDES = $(X_CFLAGS) + + libxsincludedir = $(includedir) + |