[Lunar-commits] <moonbase> gdk-pixbuf: added missing dependency tiff
Jean-Michel Bruenn
wdp at lunar-linux.org
Sat Nov 20 13:25:38 CET 2010
commit 7fd3f0a605d192c250e7b0c46fad593f23860d57
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Sat Nov 20 13:25:38 2010 +0100
gdk-pixbuf: added missing dependency tiff
gdk-pixbuf needs tiff, its possible to run gdk-pixbuf without
tiff, but this will most likely break some apps. This
missing dependency was found on a fresh installed lunar and
causes x11/xfce4 not to install
---
gnome2/platform/gdk-pixbuf/DEPENDS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnome2/platform/gdk-pixbuf/DEPENDS b/gnome2/platform/gdk-pixbuf/DEPENDS
index 8275594..d25edd6 100644
--- a/gnome2/platform/gdk-pixbuf/DEPENDS
+++ b/gnome2/platform/gdk-pixbuf/DEPENDS
@@ -2,4 +2,4 @@ depends glib-2
depends %JPEG
depends %GIF
depends libpng
-
+depends tiff
More information about the Lunar-commits
mailing list