diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 01:38:31 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 01:43:28 +0200 |
commit | ac25a0466eda3ff65e52fcfcc7e04848fbf1bb66 (patch) | |
tree | 93dd40caee9d45f641ce148227c938e8e2e2188d | |
parent | c4d91d7ed6928dbbced300eb39391cd5f669d73e (diff) |
gtk+: Provide gdk-pixbuf in order to avoid conflict with the framebuffer gdk-pixbuf recipe.
-rw-r--r-- | recipes/gtk+/gtk+.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc index c0b9ed5c80..9322d709e4 100644 --- a/recipes/gtk+/gtk+.inc +++ b/recipes/gtk+/gtk+.inc @@ -6,6 +6,7 @@ LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "glib-2.0 tiff pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt cups \ libxrandr libxdamage libxrender libxcomposite" +PROVIDES = "gdk-pixbuf" inherit autotools pkgconfig |