summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2021-05-08 19:43:29 +0200
committerLucas Werkmeister2021-05-08 19:43:29 +0200
commita1c6fe8766b40fbd2033d71e6c0a4b2d7ce47e5e (patch)
tree15e20e3ca4818c7166b4687bdc6fab2ce76a79ef
parente583a42c7d8e79dcba8025d12657ea01160a69ab (diff)
downloadaur-a1c6fe8766b40fbd2033d71e6c0a4b2d7ce47e5e.tar.gz
Remove VIDEO and SPELLCHECK options
They should be “video=true” and “spellcheck=true” nowadays (maybe they used to be capitalized, I don’t know), but both are also enabled by default, so there’s really no need to specify them at all.
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba77d26d37b..348640ebe371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,8 +29,6 @@ build() {
meson builddir \
--prefix=/usr \
- -D VIDEO=yes \
- -D SPELLCHECK=yes \
-D consumer_key_base64=YUVNOE14dE5xMVdHRzl2emo5SzNNSlNUeg== \
-D consumer_secret_base64=c0J0cmc2clNJTFN6bHlSbFNXc2J1MmdvWWk3b0FzTGZHOGI4OG5QRzB3Tmx1Y0ZtOHQ=
ninja -C builddir