We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd0b63 commit 3b0a0d4Copy full SHA for 3b0a0d4
.github/workflows/ubuntu.yml
@@ -52,7 +52,6 @@ jobs:
52
-D with_dbus=enabled
53
-D mangoapp=true
54
-D mangohudctl=true
55
- -D mangoapp_layer=true
56
-D tests=enabled
57
- name: 'Build'
58
run: meson compile -C ./builddir || ninja -C ./builddir
pkgbuild/PKGBUILD
@@ -38,7 +38,7 @@ sha256sums=(
38
"1c6b1462066a5452fa50c1da1dd47fed841f28232972c82d778f2962936568c7"
39
)
40
41
-_build_args="-Dappend_libdir_mangohud=false -Dwith_xnvctrl=disabled -Dmangoapp_layer=true -Dtests=disabled"
+_build_args="-Dappend_libdir_mangohud=false -Dwith_xnvctrl=disabled -Dtests=disabled"
42
43
pkgver() {
44
cd "$srcdir/mangohud"
0 commit comments