Ghostscript depends on zlib.
authorChris Larson <clarson@kergoth.com>
Wed, 1 Dec 2004 11:12:36 +0000 (11:12 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 1 Dec 2004 11:12:36 +0000 (11:12 +0000)
BKrev: 41ada724CN12xZf_QvSUiGYBDdEvog

gs/gs_8.01.oe

index 73c87bc..c9806f0 100644 (file)
@@ -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}"