multimedia/mpv: Fix linking with cudatoolkit

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2023-08-16 13:38:54 +10:00 committed by Willy Sudiarto Raharjo
parent 991e5de249
commit 3277f7b20c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mpv
VERSION=${VERSION:-0.36.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -94,7 +94,7 @@ pipewire="-Dpipewire=disabled" ; [ "${USE_PIPEWIRE:-no}" != "no" ] && pipewire="
# See `meson configure` to see what's available.
BUILD_OPTS=${BUILD_OPTS:-""}
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -ldl" \
CXXFLAGS="$SLKCFLAGS" \
meson \
--prefix=/usr \