diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-03-10 20:23:24 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-03-10 20:23:24 +0100 |
commit | 5319ad608446055972e3b18756d2d31b2d7e31ec (patch) | |
tree | 172a8e3344b631ed5dc341157fcfa6c0aa9072aa /redhat | |
parent | 7edaa41ac67d38d9481489f036b38ba12be89fd6 (diff) | |
download | tde-packaging-5319ad608446055972e3b18756d2d31b2d7e31ec.tar.gz tde-packaging-5319ad608446055972e3b18756d2d31b2d7e31ec.zip |
RPM: fix dependencies in Makefile
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/Makefile.r14 | 4 |
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) |