Dr. Werner Fink 2025-02-21 09:07:51 +00:00 committed by Git OBS Bridge
parent 50672a4ff1
commit 140e4f00c1

View File

@ -4469,7 +4469,8 @@ popd
pushd utils/asymptote
autoreconf
if pkg-config --atleast-version 25 dri; then
if pkg-config --atleast-version 25 dri
then
(cat>libOSMesa.so)<<-'EOF'
/* GNU ld script */
INPUT(%{_libdir}/libOSMesa.so AS_NEEDED(-lgallium))
@ -4479,7 +4480,7 @@ popd
/* GNU ld script */
INPUT(%{_libdir}/libOSMesa.so AS_NEEDED(-lglapi))
EOF
endif
fi
PATH=$prefix/bin:$PATH \
TEXMFLOCAL=%{_texmfmaindir} \
TEXMFCNF=$texmfcnf \