libbluray: Add uses_from_macos
libxml2
- It's useful pushing these upstream to Homebrew/homebrew-core as there's fewer dependencies for us to maintain in Homebrew/linuxbrew-core.
This commit is contained in:
parent
2b1d24dc0d
commit
b911f6222c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class Libbluray < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "fontconfig"
|
||||
depends_on "freetype"
|
||||
uses_from_macos "libxml2"
|
||||
|
||||
def install
|
||||
# Need to set JAVA_HOME manually since ant overrides 1.8 with 1.8+
|
||||
|
|
Loading…
Reference in a new issue