summaryrefslogtreecommitdiffstats
path: root/source/a/ndctl/ndctl.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-18 21:03:57 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-18 22:59:53 +0100
commitb21fd9a6857f25d0887df3f66ce30d4ea4d43797 (patch)
treee17dbde13c2e235dc6bfa222353a8262b98e76f0 /source/a/ndctl/ndctl.SlackBuild
parent14a06990b9ba5106da08168cbd80cae33832501a (diff)
downloadcurrent-b21fd9a6857f25d0887df3f66ce30d4ea4d43797.tar.gz
current-b21fd9a6857f25d0887df3f66ce30d4ea4d43797.tar.xz
Sun Feb 18 21:03:57 UTC 202420240218210357
a/ndctl-78-x86_64-1.txz: Upgraded. ap/mpg123-1.32.5-x86_64-1.txz: Upgraded. l/libffi-3.4.6-x86_64-1.txz: Upgraded. x/mesa-24.0.1-x86_64-2.txz: Rebuilt. Added av1dec,av1enc,and vp9dec to the list of codecs to support. Thanks to fulalas and ZhaoLin1547.
Diffstat (limited to '')
-rwxr-xr-xsource/a/ndctl/ndctl.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/a/ndctl/ndctl.SlackBuild b/source/a/ndctl/ndctl.SlackBuild
index 98631aa53..8c035e31b 100755
--- a/source/a/ndctl/ndctl.SlackBuild
+++ b/source/a/ndctl/ndctl.SlackBuild
@@ -104,6 +104,7 @@ meson setup \
--localstatedir=/var \
--buildtype=release \
-Dsystemd=disabled \
+ -Dlibtracefs=disabled \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1