[neon/extras/gammaray/Neon/experimental] debian: different approach
Carlos De Maine
null at kde.org
Wed Aug 2 06:14:12 BST 2023
Git commit 70ac2afff2a423d783ad5baa3925b4afb275366d by Carlos De Maine.
Committed on 02/08/2023 at 07:14.
Pushed by carlosdem into branch 'Neon/experimental'.
different approach
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/gammaray/-/commit/70ac2afff2a423d783ad5baa3925b4afb275366d
diff --git a/debian/rules b/debian/rules
index a13bcbcd..2b4ce34e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
dh $@
override_dh_auto_configure:
- dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE -DQT_VERSION_MAJOR=6 -DGAMMARAY_INSTALL_QT_LAYOUT=TRUE
+ dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE -DQT_VERSION_MAJOR=6 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_PREFIX_PATH=/usr/lib/*/cmake/QT6/
override_dh_auto_test:
:
More information about the Neon-commits
mailing list