summaryrefslogtreecommitdiff
path: root/gs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-01 11:12:36 +0000
committerChris Larson <clarson@kergoth.com>2004-12-01 11:12:36 +0000
commit45e20f7c4cbbf63888ae46c76d5f688ee3c693c7 (patch)
tree631a14c7d19de10606e36a6fcb8ee0da5e0f63bc /gs
parent5f5ed996cdb38b0a63d8cb645bdc4895dae5f488 (diff)
Ghostscript depends on zlib.
BKrev: 41ada724CN12xZf_QvSUiGYBDdEvog
Diffstat (limited to 'gs')
-rw-r--r--gs/gs_8.01.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/gs_8.01.oe b/gs/gs_8.01.oe
index 73c87bcdeb..c9806f06f9 100644
--- a/gs/gs_8.01.oe
+++ b/gs/gs_8.01.oe
@@ -1,6 +1,6 @@
SECTION = "console/utils"
SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz"
-DEPENDS = "jpeg"
+DEPENDS = "jpeg zlib"
PR = "r1"
S = "${WORKDIR}/gnughostscript-${PV}"