summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-03-10 20:23:24 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-03-10 20:28:36 +0100
commita8d88fa97e78c866843095d3176b95dbb28bd9cd (patch)
tree89d8a72dd3cdd036361ee9e841fdb7c14f3a7bf0 /redhat
parentbfb7be2b9bf95dfcb7da69d42f7576c96e07b222 (diff)
downloadtde-packaging-a8d88fa97e78c866843095d3176b95dbb28bd9cd.tar.gz
tde-packaging-a8d88fa97e78c866843095d3176b95dbb28bd9cd.zip
RPM: fix dependencies in Makefile
Diffstat (limited to 'redhat')
-rw-r--r--redhat/Makefile.r144
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index 9c92723fc..2cfd493e5 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -58,7 +58,7 @@ libcarddav: tqtinterface autoconf libcurl
libr:
$(call buildpkg,dependencies/libr)
-python-tqt: sip4-tqt tdelibs
+python-tqt: sip4-tqt tdelibs tqscintilla
$(call buildpkg,dependencies/python-tqt)
sip4-tqt:
@@ -583,7 +583,7 @@ endif
kpicosim: tdebase
$(call buildpkg,applications/kpicosim)
-kpilot: tdebase
+kpilot: tdebase tdepim
# Do NOT build on CentOS 5 (pilot-link library is too old)
ifeq (,$(filter $(DIST),.el5))
$(call buildpkg,applications/kpilot)