summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base
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 /ubuntu/_base
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 'ubuntu/_base')
-rwxr-xr-xubuntu/_base/dependencies/pytqt/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/pytqt/debian/rules b/ubuntu/_base/dependencies/pytqt/debian/rules
index 532bf34bd..0da3e5231 100755
--- a/ubuntu/_base/dependencies/pytqt/debian/rules
+++ b/ubuntu/_base/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)