diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-10-03 11:23:41 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-11-01 21:51:12 +0100 |
commit | 93f2ed001f56fab62c5ec12b014a4afcd8daafd4 (patch) | |
tree | f4b016a6965131e49c579c574a84d458c9505989 /redhat/Makefile | |
parent | b4e75ac685505de99ce5f51fad3214985c93c9cb (diff) | |
download | tde-packaging-93f2ed001f56fab62c5ec12b014a4afcd8daafd4.tar.gz tde-packaging-93f2ed001f56fab62c5ec12b014a4afcd8daafd4.zip |
RPM: add build scripts for Fedora 35
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index fdc1b838d..41d7de88b 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -114,7 +114,7 @@ tdenetwork: tdebase rdesktop tdepim: tdebase libcaldav libcarddav $(call buildpkg,main/tdepim) -tdesdk: tdebase tdebindings +tdesdk: tdebase tdebindings tdepim $(call buildpkg,main/tdesdk) tdetoys: tdebase @@ -181,7 +181,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151)) endif wv2: -ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34)) +ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35)) $(call buildpkg,3rdparty/wv2) endif |