mkvtoolnix: depends on pkg-config
This commit is contained in:
parent
eac5844f3e
commit
1f6061da30
1 changed files with 1 additions and 2 deletions
|
@ -7,6 +7,7 @@ class Mkvtoolnix < Formula
|
|||
|
||||
head 'https://github.com/mbunkus/mkvtoolnix.git'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'boost' => 'c++11'
|
||||
depends_on 'libvorbis'
|
||||
depends_on 'flac' => :optional
|
||||
|
@ -37,8 +38,6 @@ class Mkvtoolnix < Formula
|
|||
|
||||
def install
|
||||
ENV.cxx11
|
||||
ENV['ZLIB_CFLAGS'] = '-I/usr/include'
|
||||
ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'
|
||||
|
||||
ENV['ZLIB_CFLAGS'] = '-I/usr/include'
|
||||
ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'
|
||||
|
|
Loading…
Reference in a new issue