diff options
author | Andras Timar <andras.timar@collabora.com> | 2024-08-28 23:03:43 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-08-28 23:03:43 +0200 |
commit | 3f7c2c644de3935afed515530ced49780929f384 (patch) | |
tree | 8bc2a57ea3a4f01f2acecb9e378589a61e469cde | |
parent | a0fc5c330f82c3cf24d9c62488abbc24285dd7d0 (diff) |
Fix Repository.mk after 'add --with-docrepair-fonts option' (tdf#161941)
cp-24.04.7-1
Change-Id: Ic74620e61db5cb8f0988c9477314544394e80368
-rw-r--r-- | Repository.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Repository.mk b/Repository.mk index 398e343e3d5e..c3c3378ecdea 100644 --- a/Repository.mk +++ b/Repository.mk @@ -1073,13 +1073,13 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\ fonts_reem \ fonts_sourcesans \ fonts_scheherazade \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_agdasima,) \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_bacasime_antique,) \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_belanosima,) \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_caprasimo,) \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_lugrasimo,) \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_lumanosimo,) \ - $(if $(WITH_DOCREPAIR_FONTS),ExternalPackage_lunasima,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_agdasima,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_bacasime_antique,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_belanosima,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_caprasimo,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_lugrasimo,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_lumanosimo,) \ + $(if $(WITH_DOCREPAIR_FONTS),fonts_lunasima,) \ ) \ $(call gb_Helper_optional,NOTO_FONT,\ fonts_notomore \ |