mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02:00
This is required to remove non-existing include paths which gcc-5 detects and is fussy about Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
484 B
Diff
13 lines
484 B
Diff
Index: libbonoboui-2.24.5/tools/browser/Makefile.am
|
|
===================================================================
|
|
--- libbonoboui-2.24.5.orig/tools/browser/Makefile.am
|
|
+++ libbonoboui-2.24.5/tools/browser/Makefile.am
|
|
@@ -2,7 +2,6 @@ INCLUDES = \
|
|
-DBONOBO_BROWSER_DATADIR=\""$(datadir)"\" \
|
|
-DBONOBO_SUPPORT_LOCALEDIR=\""$(datadir)/locale"\" \
|
|
-I$(srcdir) -I$(top_srcdir) \
|
|
- -I$(top_srcdir)/bonobo-browser \
|
|
$(BONOBOUI_CFLAGS) \
|
|
$(WARN_CFLAGS)
|
|
|