diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2012-06-03 10:07:58 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2012-06-03 10:07:58 +0200 |
commit | 075e33ca803378fa42187ecf5fd44a57e061a84a (patch) | |
tree | 3e27a24788e2ca698eecca8eda99978c4239ecc0 /recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bbappend |
Initial commit
Diffstat (limited to 'recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bbappend')
-rw-r--r-- | recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bbappend new file mode 100644 index 0000000..42a31fe --- /dev/null +++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bbappend @@ -0,0 +1,5 @@ +# build for x11, at least lxpanel needs this +DEPENDS += "virtual/libx11" + +EXTRA_OECONF += "--with-x11" + |