[neon/qt6/qt6-base/Neon/unstable] debian: set HostPath

Carlos De Maine null at kde.org
Fri May 3 03:26:33 BST 2024


Git commit 495a787b36b729f943ed7c9f1eda6b5285d46337 by Carlos De Maine.
Committed on 03/05/2024 at 02:26.
Pushed by carlosdem into branch 'Neon/unstable'.

set HostPath

M  +1    -0    debian/qt.conf.in
M  +1    -0    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/495a787b36b729f943ed7c9f1eda6b5285d46337

diff --git a/debian/qt.conf.in b/debian/qt.conf.in
index ea99272..62b021e 100644
--- a/debian/qt.conf.in
+++ b/debian/qt.conf.in
@@ -8,6 +8,7 @@ Headers=include/@DEB_HOST_MULTIARCH@/qt6
 HostBinaries=lib/qt6/bin
 HostData=lib/@DEB_HOST_MULTIARCH@/qt6
 HostLibraries=lib/@DEB_HOST_MULTIARCH@
+HostPath=/usr
 Libraries=lib/@DEB_HOST_MULTIARCH@
 LibraryExecutables=lib/qt6/libexec
 Plugins=lib/@DEB_HOST_MULTIARCH@/qt6/plugins
diff --git a/debian/rules b/debian/rules
index 20d24bb..48dc727 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,6 +97,7 @@ override_dh_auto_configure:
 		-DQT_ADDITIONAL_PACKAGES_PREFIX_PATH=/usr/$(DEB_HOST_MULTIARCH) \
 		-DQT_BUILD_EXAMPLES=ON \
 		-DQT_BUILD_STANDALONE_TESTS=OFF \
+		-DQT_HOST_PATH=/USR \
 		-DQT_INSTALL_EXAMPLES_SOURCES=ON \
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)


More information about the Neon-commits mailing list