diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index af67c851b..e29fb3105 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -139,12 +139,12 @@ tdewebdev: tdebase tdesdk ### 3rd party libraries and tools brp-check-trinity: -ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .osstw )) +ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .oss155 .osstw )) $(call buildpkg,3rdparty/brp-check-trinity) endif esound: -ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .mga9 .oss151 .oss152 .oss153 .oss154 .osstw )) +ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .mga9 .oss151 .oss152 .oss153 .oss154 .oss155 .osstw )) $(call buildpkg,3rdparty/esound) endif @@ -159,12 +159,12 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) endif lcms: -ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .mga9 .oss151 .oss152 .oss153 .oss154 .osstw )) +ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .mga9 .oss151 .oss152 .oss153 .oss154 .oss155 .osstw )) $(call buildpkg,3rdparty/lcms) endif mp4v2: -ifneq (,$(filter $(DIST), .el9 .oss151 .oss152 .oss153 .oss154 .osstw )) +ifneq (,$(filter $(DIST), .el9 .oss151 .oss152 .oss153 .oss154 .oss155 .osstw )) $(call buildpkg,3rdparty/mp4v2) endif @@ -426,7 +426,7 @@ kpicosim: tdebase $(call buildpkg,applications/development/kpicosim) kpilot: tdebase tdepim -ifeq (,$(filter $(DIST),.el5 .oss154 .osstw)) +ifeq (,$(filter $(DIST),.el5 .oss154 .oss155 .osstw)) $(call buildpkg,applications/office/kpilot) endif @@ -505,7 +505,7 @@ qalculate-tde: $(call buildpkg,applications/utilities/qalculate-tde) qt4-tqt-theme-engine: tdebase -ifeq (,$(filter $(DIST),.el5 .el6 .el8 .el9 .oss153 .oss154 .osstw)) +ifeq (,$(filter $(DIST),.el5 .el6 .el8 .el9 .oss153 .oss154 .oss155 .osstw)) $(call buildpkg,applications/themes/qt4-tqt-theme-engine) endif |