From 5e1b56acd6d86b499355b278d46c78cdcecfb57a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 8 Jun 2014 15:04:17 +0200 Subject: Use generic bbappend files This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it. --- recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend | 2 ++ recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend delete mode 100644 recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend (limited to 'recipes-gnome') diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend new file mode 100644 index 0000000..3e93d15 --- /dev/null +++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend @@ -0,0 +1,2 @@ +# build for x11, at least lxpanel needs this +PACKAGECONFIG_append = " x11" diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend deleted file mode 100644 index d28ef3c..0000000 --- a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PRINC = "1" -# build for x11, at least lxpanel needs this -DEPENDS += "virtual/libx11" - -X11DEPENDS += "--with-x11" -- cgit v1.2.3