summaryrefslogtreecommitdiff
path: root/recipes-gnome
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-08 15:04:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:24 +0200
commitf43545ce690733629f9c1526d6c17dd7df01ee11 (patch)
treed191ef5f4a46eb4ea58dc7c52d50c17bc6cda35f /recipes-gnome
parent1c71d23ec07aab440856f24e2e897a7d1575aef1 (diff)
Use generic bbappend files
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
Diffstat (limited to 'recipes-gnome')
-rw-r--r--recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend2
-rw-r--r--recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bbappend5
2 files changed, 2 insertions, 5 deletions
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"