povray: DEPEND on zlib not on libz
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 13 Nov 2006 12:22:15 +0000 (12:22 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 13 Nov 2006 12:22:15 +0000 (12:22 +0000)
packages/povray/povray_3.6.1.bb

index c8d9220..12e0a04 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "console/graphics"
 #Make this a weak assigment to allow branding of the povray binary 
 LICENSE = "povray"
 
-DEPENDS = "virtual/libx11 libz jpeg libpng tiff"
+DEPENDS = "virtual/libx11 zlib jpeg libpng tiff"
 RDEPENDS = ""
 
 PR = "r1"