diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index a90f04b34..dfd5bf589 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -134,12 +134,12 @@ tdewebdev: tdebase tdesdk ### 3rd party libraries and tools brp-check-trinity: -ifneq (,$(filter $(DIST), .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/brp-check-trinity) endif esound: -ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/esound) endif @@ -154,7 +154,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) endif lcms: -ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/lcms) endif @@ -162,7 +162,7 @@ libbeagle: $(call buildpkg,3rdparty/libbeagle) mp4v2: -ifneq (,$(filter $(DIST), .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .osstw )) $(call buildpkg,3rdparty/mp4v2) endif @@ -503,7 +503,7 @@ qalculate-tde: $(call buildpkg,applications/qalculate-tde) qt4-tqt-theme-engine: tdebase -ifeq (,$(filter $(DIST),.el5 .el6 .el8 .osstw)) +ifeq (,$(filter $(DIST),.el5 .el6 .el8 .oss153 .osstw)) $(call buildpkg,applications/qt4-tqt-theme-engine) endif |