summaryrefslogtreecommitdiffstats
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
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>
-rwxr-xr-xdebian/_base/dependencies/pytqt/debian/rules2
-rwxr-xr-xdilos/dependencies/pytqt/debian/rules2
-rwxr-xr-xubuntu/_base/dependencies/pytqt/debian/rules2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/_base/dependencies/pytqt/debian/rules b/debian/_base/dependencies/pytqt/debian/rules
index 532bf34bd..0da3e5231 100755
--- a/debian/_base/dependencies/pytqt/debian/rules
+++ b/debian/_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)
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)
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)