diff options
-rw-r--r-- | recipes/gnome/gnome-panel_2.30.0.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/metacity_2.30.0.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-panel_2.30.0.bb b/recipes/gnome/gnome-panel_2.30.0.bb index cfe2cfeaec..dd9ba5a9dd 100644 --- a/recipes/gnome/gnome-panel_2.30.0.bb +++ b/recipes/gnome/gnome-panel_2.30.0.bb @@ -3,6 +3,8 @@ LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = "libcanberra gconf librsvg libgweather startup-notification libwnck orbit2 gtk+ libbonoboui libglade libgnome libgnomeui gnome-desktop libglade gnome-menus orbit2-native" +PR = "r1" + inherit gnome pkgconfig SRC_URI += "file://idl-sysroot.patch" diff --git a/recipes/gnome/metacity_2.30.0.bb b/recipes/gnome/metacity_2.30.0.bb index d6028799aa..d208839b18 100644 --- a/recipes/gnome/metacity_2.30.0.bb +++ b/recipes/gnome/metacity_2.30.0.bb @@ -3,6 +3,8 @@ DESCRIPTION = "Metacity is the boring window manager for the adult in you." LICENSE = "GPL" DEPENDS = "libcanberra libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native" +PR = "r1" + inherit gnome update-alternatives SRC_URI += "file://crosscompile.patch " |