summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2024-06-28 13:13:31 +0200
committerPiotr Gorski2024-06-28 13:13:31 +0200
commitf30d569c3b8d589aa2f3e52015c046dc03dc9e00 (patch)
tree250ebfaacfa24c1786b6d02c922d33720cb7a6ea
parent49ad54bd9190285b3f5872a384b267e8f9c8b1e4 (diff)
downloadaur-f30d569c3b8d589aa2f3e52015c046dc03dc9e00.tar.gz
scx-scheds: Update meson flags
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2a47867e259..389c14980aad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ prepare() {
build() {
cd $gitname
- arch-meson . build -D bpftool=disabled -D openrc=disabled
+ arch-meson . build -D openrc=disabled
meson compile -C build
}