Commit 1c2ab8e4 authored by JL2210's avatar JL2210 Committed by Ed Reel

Remove sommelier dependency from zvbi (#3676)

* Remove sommelier depency from zvbi

This doesn't actually do anything; it's just an artifact from old Autotools.

* Add back libpng; this was inadvertently pulled in when sommelier was included.
parent 6ba838a1
......@@ -20,14 +20,13 @@ class Zvbi < Package
x86_64: 'df144f5bf127aad35537b7874fbeddf60847e2d8e956bea44fdd4d6b1ab4eece',
})
depends_on 'sommelier'
depends_on 'libpng'
def self.build
system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}",
'--disable-maintainer-mode',
'--with-x'
'--disable-maintainer-mode'
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment