Skip to content

Commit

Permalink
vte3: use standard meson args
Browse files Browse the repository at this point in the history
Closes #54095.

Signed-off-by: Michka Popoff <[email protected]>
  • Loading branch information
iMichka committed May 2, 2020
1 parent afe4dcc commit 3f7e0b5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Formula/vte3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ class Vte3 < Formula
def install
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"

args = [
"--prefix=#{prefix}",
"-Dgir=true",
"-Dgtk3=true",
"-Dgnutls=true",
"-Dvapi=true",
"-D_b_symbolic_functions=false",
args = std_meson_args + %w[
-Dgir=true
-Dgtk3=true
-Dgnutls=true
-Dvapi=true
-D_b_symbolic_functions=false
]

mkdir "build" do
Expand Down

0 comments on commit 3f7e0b5

Please sign in to comment.