summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-14 22:33:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-14 22:33:06 +0900
commit3117a031ab178399a3c805d1cf18b82452b0425c (patch)
tree57913f4d96b60f15de93efa1a775eb1e12a26319 /dilos/dependencies
parent53b4c4b9aaadfe175f7a48d1b5e98a33f40c2c97 (diff)
downloadtde-packaging-3117a031ab178399a3c805d1cf18b82452b0425c.tar.gz
tde-packaging-3117a031ab178399a3c805d1cf18b82452b0425c.zip
DEB pytqt: adjust to current tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/dependencies')
-rwxr-xr-xdilos/dependencies/pytqt/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/dependencies/pytqt/debian/rules b/dilos/dependencies/pytqt/debian/rules
index d7427e40a..d0f0a6a28 100755
--- a/dilos/dependencies/pytqt/debian/rules
+++ b/dilos/dependencies/pytqt/debian/rules
@@ -39,7 +39,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
else
CXXFLAGS += -O1
endif
-CXXFLAGS += "-I/usr/include/tqt"
+CXXFLAGS += "-I/usr/include/tqt" "-I/usr/include/tqt3"
PYTHONS := $(shell py3versions -vr)