summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2022-05-15 09:16:54 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2022-05-15 09:29:57 +0200
commit39aa474cf470a180a73ba313340b4c45d608930c (patch)
treefabfdc2a42a15602648977859c725a82e423a7a3 /redhat/Makefile
parent11b59120b4b653f7915851ada6673e3d38b032f8 (diff)
downloadtde-packaging-39aa474cf470a180a73ba313340b4c45d608930c.tar.gz
tde-packaging-39aa474cf470a180a73ba313340b4c45d608930c.zip
RPM: update build scripts for rhel6 to use cmake3
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r--redhat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/Makefile b/redhat/Makefile
index 9a74858fa..2254088e6 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -62,7 +62,9 @@ libcarddav: tqtinterface
$(call buildpkg,dependencies/libcarddav)
polkit-tqt: tqtinterface dbus-1-tqt
+ifeq (,$(filter $(DIST), .el5 .el6 ))
$(call buildpkg,dependencies/polkit-tqt)
+endif
python-tqt: sip4-tqt tdelibs tqscintilla
ifeq (,$(filter $(DIST), .oss154 ))
@@ -508,7 +510,9 @@ piklab: tdebase
$(call buildpkg,applications/piklab)
polkit-agent-tde: tdebase
+ifeq (,$(filter $(DIST), .el5 .el6 ))
$(call buildpkg,applications/polkit-agent-tde)
+endif
potracegui: tdebase
$(call buildpkg,applications/potracegui)