summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormemchr2024-06-10 11:27:08 +0000
committermemchr2024-06-10 11:27:08 +0000
commit64218ae5e19ca25c3d46ca593a2e26385d8d23da (patch)
tree011de5e81b962b6c3a1179c96c59d8827ac6e0e7 /PKGBUILD
parent3564033f8d84c562b3365b76b88987fb6474e860 (diff)
downloadaur-64218ae5e19ca25c3d46ca593a2e26385d8d23da.tar.gz
suppress warnings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25edcf14d7c7..bd109cb1d515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -110,11 +110,12 @@ build() {
cd Hyprland
meson setup build \
+ --wipe \
--prefix /usr \
--libexecdir lib \
- --sbindir bin \
--buildtype release \
--wrap-mode nodownload \
+ -D warning_level=0 \
-D b_lto=true \
-D b_pie=true \
-D default_library=shared \
@@ -127,9 +128,8 @@ build() {
package() {
cd Hyprland
- meson install -C build \
- --destdir "$pkgdir"
-
+ meson install -C build --destdir "$pkgdir"
+
# FIXME: remove after xdg-desktop-portal-hyprland disowns hyprland-portals.conf
rm -rf "$pkgdir/usr/share/xdg-desktop-portal"