summaryrefslogtreecommitdiffstats
path: root/display
diff options
context:
space:
mode:
authorVlad Glagolev2008-07-12 15:03:13 +0400
committerVlad Glagolev2008-07-12 15:03:13 +0400
commit0f04d4d51affa061cd1c2fe25f0cb7f7532fd5df (patch)
tree725d58d6a14ae28bbd958f5b67501a10d5a41b35 /display
parent6422a3e25a84a433920ace5a6695650c83164784 (diff)
fbv: depends on giflib, libungif deprecated
Diffstat (limited to 'display')
-rwxr-xr-xdisplay/fbv/DEPENDS2
-rw-r--r--display/fbv/HISTORY4
2 files changed, 4 insertions, 2 deletions
diff --git a/display/fbv/DEPENDS b/display/fbv/DEPENDS
index 38fea499e7..cc7ab27bbd 100755
--- a/display/fbv/DEPENDS
+++ b/display/fbv/DEPENDS
@@ -1,3 +1,3 @@
-depends libungif &&
+depends giflib &&
depends libpng &&
depends jpeg
diff --git a/display/fbv/HISTORY b/display/fbv/HISTORY
index 1e11a0eae1..f888922c01 100644
--- a/display/fbv/HISTORY
+++ b/display/fbv/HISTORY
@@ -1,3 +1,6 @@
+2008-07-12 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: depends on giflib, libungif deprecated
+
2006-06-28 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
@@ -17,4 +20,3 @@
* BUILD, DETAILS, DEPENDS: Cleanup.
* BUILD: Link with libz and libm (bug #6600)
* HISTORY: Added.
-