[neon/qt6/qt6-multimedia/Neon/release] debian: -DDYNAMIC_RESOLVE_VAAPI_SYMBOLS=OFF \

Carlos De Maine null at kde.org
Sat Mar 8 12:33:22 GMT 2025


Git commit 2e14c3d7f9f933219c6027d3ed1892eb1cc7b5ed by Carlos De Maine.
Committed on 08/03/2025 at 12:33.
Pushed by carlosdem into branch 'Neon/release'.

-DDYNAMIC_RESOLVE_VAAPI_SYMBOLS=OFF \

M  +2    -0    debian/rules

https://invent.kde.org/neon/qt6/qt6-multimedia/-/commit/2e14c3d7f9f933219c6027d3ed1892eb1cc7b5ed

diff --git a/debian/rules b/debian/rules
index 5bed4d3..a477bd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,9 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DDYNAMIC_RESOLVE_VAAPI_SYMBOLS=OFF \
 		-DQT_FEATURE_alsa=ON \
+		-DQT_UNITY_BUILD=ON \
 		$(cmake_extra_args)
 
 override_dh_auto_build-indep:


More information about the Neon-commits mailing list