Skip to content

Commit

Permalink
main/mpv: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed Jul 5, 2024
1 parent 046fdae commit 064c252
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main/mpv/template.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pkgname = "mpv"
pkgver = "0.38.0"
pkgrel = 3
pkgrel = 4
build_style = "meson"
configure_args = [
"-Dlibmpv=true",
"-Dbuild-date=false",
"-Dtests=true",
# most of these are autos, force some we really care about
"-Dcaca=enabled",
"-Dcdda=enabled",
Expand Down Expand Up @@ -85,8 +86,6 @@
tool_flags = {"LDFLAGS": ["-Wl,-z,stack-size=0x100000"]}
# FIXME cfi
hardening = ["vis", "!cfi"]
# development-only
options = ["!check"]


@subpackage("mpv-libs")
Expand Down

0 comments on commit 064c252

Please sign in to comment.