mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
PKGBUILD: don't allow subproject fallback
This commit is contained in:
parent
80f9f5d249
commit
57b1ecba9c
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -25,7 +25,7 @@ pkgver() {
|
|||
}
|
||||
|
||||
build() {
|
||||
meson --buildtype=release --prefix=/usr -Db_lto=true -Dbackend-x11=enabled -Dbackend-wayland=enabled ../
|
||||
meson --buildtype=release --prefix=/usr --wrap-mode=nofallback -Db_lto=true -Dbackend-x11=enabled -Dbackend-wayland=enabled ../
|
||||
ninja
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ pkgver() {
|
|||
}
|
||||
|
||||
build() {
|
||||
meson --buildtype=release --prefix=/usr -Db_lto=true -Dbackend-x11=disabled -Dbackend-wayland=enabled ../
|
||||
meson --buildtype=release --prefix=/usr --wrap-mode=nofallback -Db_lto=true -Dbackend-x11=disabled -Dbackend-wayland=enabled ../
|
||||
ninja
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue