Skip to content

Commit 111dd15

Browse files
committed
Build totem-pl-parser as static lib too
1 parent 21964c6 commit 111dd15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/totem-pl-parser.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class TotemPlParser < Formula
55
homepage "https://gitlab.gnome.org/GNOME/totem-pl-parser"
66
url "https://gitlab.gnome.org/GNOME/totem-pl-parser/-/archive/V_3_26_6/totem-pl-parser-V_3_26_6.tar.gz"
77
version "3.26.6"
8+
revision 1
89
sha256 "7219272a4863f823e2dd6d997e78d725de9e6071b1af1b478870f207731a8234"
910

1011
depends_on "glib"
@@ -23,7 +24,7 @@ class TotemPlParser < Formula
2324
end
2425

2526
def install
26-
system "meson", "setup", "build", *std_meson_args
27+
system "meson", "setup", "build", *std_meson_args, "-Ddefault_library=both"
2728
system "meson", "compile", "-C", "build"
2829
system "meson", "install", "-C", "build"
2930
end

0 commit comments

Comments
 (0)