diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-10 12:32:48 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-10 12:32:48 +0200 |
commit | 3b82e8b272aa03f2cb454b4c8ea171cd7f5c4057 (patch) | |
tree | 0f89c934cc3d7fb6abe4809de7d5ab07f7535646 /recipes/gnome/gnome-panel/idl-sysroot.patch | |
parent | 4e3ef28c3656369f49907fbfd25440b3b57e4614 (diff) | |
parent | 3c732c38d8edfc888faf83165b53470da5e96d5d (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome/gnome-panel/idl-sysroot.patch')
-rw-r--r-- | recipes/gnome/gnome-panel/idl-sysroot.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-panel/idl-sysroot.patch b/recipes/gnome/gnome-panel/idl-sysroot.patch new file mode 100644 index 0000000000..07e5ded6ec --- /dev/null +++ b/recipes/gnome/gnome-panel/idl-sysroot.patch @@ -0,0 +1,26 @@ +Index: gnome-panel-2.26.0/gnome-panel/Makefile.am +=================================================================== +--- gnome-panel-2.26.0.orig/gnome-panel/Makefile.am 2009-03-16 22:37:12.000000000 +0000 ++++ gnome-panel-2.26.0/gnome-panel/Makefile.am 2009-04-09 14:39:02.000000000 +0000 +@@ -43,7 +43,7 @@ + $(NULL) + + $(CORBA_SRCLIST): $(top_srcdir)/idl/GNOME_Panel.idl $(ORBIT_IDL) +- $(ORBIT_IDL) -I $(BONOBO_IDLDIR) -I $(BONOBO_ACT_IDLDIR) $(top_srcdir)/idl/GNOME_Panel.idl ++ $(ORBIT_IDL) -I $(SYSROOT)$(BONOBO_IDLDIR) -I $(SYSROOT)$(BONOBO_ACT_IDLDIR) $(top_srcdir)/idl/GNOME_Panel.idl + + BUILT_SOURCES = \ + $(CORBA_SRCLIST) \ +Index: gnome-panel-2.26.0/libpanel-applet/Makefile.am +=================================================================== +--- gnome-panel-2.26.0.orig/libpanel-applet/Makefile.am 2009-03-16 22:37:13.000000000 +0000 ++++ gnome-panel-2.26.0/libpanel-applet/Makefile.am 2009-04-09 14:51:18.000000000 +0000 +@@ -45,7 +45,7 @@ + GNOME_Panel.h + + $(CORBA_SRCLIST): $(top_srcdir)/idl/GNOME_Panel.idl $(ORBIT_IDL) +- $(ORBIT_IDL) -I $(BONOBO_IDLDIR) -I $(BONOBO_ACT_IDLDIR) $(top_srcdir)/idl/GNOME_Panel.idl ++ $(ORBIT_IDL) -I $(SYSROOT)$(BONOBO_IDLDIR) -I $(SYSROOT)$(BONOBO_ACT_IDLDIR) $(top_srcdir)/idl/GNOME_Panel.idl + + noinst_PROGRAMS = test-bonobo-applet + |