std_meson_args: add --wrap-mode=nofallback
Otherwise projects may download missing dependencies and build and install them. GNOME projects do this a lot in particular.
This commit is contained in:
parent
2ec8266697
commit
6af2b6db31
@ -1408,7 +1408,7 @@ class Formula
|
|||||||
|
|
||||||
# Standard parameters for meson builds.
|
# Standard parameters for meson builds.
|
||||||
def std_meson_args
|
def std_meson_args
|
||||||
["--prefix=#{prefix}", "--libdir=#{lib}", "--buildtype=release"]
|
["--prefix=#{prefix}", "--libdir=#{lib}", "--buildtype=release", "--wrap-mode=nofallback"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def shared_library(name, version = nil)
|
def shared_library(name, version = nil)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user