diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-13 12:22:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-13 12:22:15 +0000 |
commit | 9e2a2c85397d007c2b3c635a1eb1b25d8e5554ad (patch) | |
tree | 8dda75af44e26ed7981e6b6790470a001f36313b /packages | |
parent | f41d40a953c0a2861f5786f05cfdcd985e1a2e73 (diff) |
povray: DEPEND on zlib not on libz
Diffstat (limited to 'packages')
-rw-r--r-- | packages/povray/povray_3.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/povray/povray_3.6.1.bb b/packages/povray/povray_3.6.1.bb index c8d9220da6..12e0a043b3 100644 --- a/packages/povray/povray_3.6.1.bb +++ b/packages/povray/povray_3.6.1.bb @@ -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" |