[neon/qt6/qt6-base/Neon/release] debian: set prefix_path as well
Carlos De Maine
null at kde.org
Thu Dec 14 03:13:09 GMT 2023
Git commit bab88b60f7211b3cd94aa0a61d2cf9b10566c747 by Carlos De Maine.
Committed on 14/12/2023 at 04:12.
Pushed by carlosdem into branch 'Neon/release'.
set prefix_path as well
M +1 -0 debian/qt.conf.in
M +1 -0 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/bab88b60f7211b3cd94aa0a61d2cf9b10566c747
diff --git a/debian/qt.conf.in b/debian/qt.conf.in
index ea99272..29fa20c 100644
--- a/debian/qt.conf.in
+++ b/debian/qt.conf.in
@@ -1,5 +1,6 @@
[Paths]
Prefix=/usr
+Prefix_Path=/usr
ArchData=lib/@DEB_HOST_MULTIARCH@/qt6
Binaries=lib/qt6/bin
Data=share/qt6
diff --git a/debian/rules b/debian/rules
index f3d5879..ca04da2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,7 @@ override_dh_auto_configure:
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DCMAKE_LIBRARY_PATH=lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+ -DCMAKE_PREFIX_PATH=/usr \
-DFEATURE_accessibility=ON \
-DFEATURE_cups=ON \
-DFEATURE_directfb=OFF \
More information about the Neon-commits
mailing list