diff options
author | François Andriot <albator78@libertysurf.fr> | 2022-05-15 09:16:54 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2022-05-15 09:29:57 +0200 |
commit | 39aa474cf470a180a73ba313340b4c45d608930c (patch) | |
tree | fabfdc2a42a15602648977859c725a82e423a7a3 /redhat/Makefile | |
parent | 11b59120b4b653f7915851ada6673e3d38b032f8 (diff) | |
download | tde-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/Makefile | 4 |
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) |