Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b0253e34
Kaydet (Commit)
b0253e34
authored
Şub 27, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
normalize values of WITH_EXTRA_FONT/WITH_EXTRA_SAMPLE/etc.
Change-Id: I406669380ece23d2acd3e9df2731d7e486696778
üst
55407935
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
configure.ac
configure.ac
+8
-8
Module_accessories.mk
external/accessories/Module_accessories.mk
+4
-4
No files found.
configure.ac
Dosyayı görüntüle @
b0253e34
...
@@ -11415,11 +11415,11 @@ dnl ===================================================================
...
@@ -11415,11 +11415,11 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to include extra galleries])
AC_MSG_CHECKING([whether to include extra galleries])
if test "$enable_extra_gallery" = "" -o "$enable_extra_gallery" = "no"; then
if test "$enable_extra_gallery" = "" -o "$enable_extra_gallery" = "no"; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
WITH_EXTRA_GALLERY=
NO
WITH_EXTRA_GALLERY=
OOOP_GALLERY_PACK=""
OOOP_GALLERY_PACK=""
else
else
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
WITH_EXTRA_GALLERY=
YES
WITH_EXTRA_GALLERY=
TRUE
BUILD_TYPE="$BUILD_TYPE EXTRA_GALLERY"
BUILD_TYPE="$BUILD_TYPE EXTRA_GALLERY"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_GALLERY"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_GALLERY"
OOOP_GALLERY_PACK="af9314c5972d95a5d6da23ffad818f68-OOOP-gallery-pack-2.8.0.0.zip"
OOOP_GALLERY_PACK="af9314c5972d95a5d6da23ffad818f68-OOOP-gallery-pack-2.8.0.0.zip"
...
@@ -11433,11 +11433,11 @@ dnl ===================================================================
...
@@ -11433,11 +11433,11 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to include extra templates])
AC_MSG_CHECKING([whether to include extra templates])
if test "$enable_extra_template" = "" -o "$enable_extra_template" = "no"; then
if test "$enable_extra_template" = "" -o "$enable_extra_template" = "no"; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
WITH_EXTRA_TEMPLATE=
NO
WITH_EXTRA_TEMPLATE=
OOOP_TEMPLATES_PACK=""
OOOP_TEMPLATES_PACK=""
else
else
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
WITH_EXTRA_TEMPLATE=
YES
WITH_EXTRA_TEMPLATE=
TRUE
BUILD_TYPE="$BUILD_TYPE EXTRA_TEMPLATE"
BUILD_TYPE="$BUILD_TYPE EXTRA_TEMPLATE"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_TEMPLATE"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_TEMPLATE"
OOOP_TEMPLATES_PACK="1be202fbbbc13f10592a98f70a4a87fb-OOOP-templates-pack-2.9.0.0.zip"
OOOP_TEMPLATES_PACK="1be202fbbbc13f10592a98f70a4a87fb-OOOP-templates-pack-2.9.0.0.zip"
...
@@ -11451,11 +11451,11 @@ dnl ===================================================================
...
@@ -11451,11 +11451,11 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to include extra samples])
AC_MSG_CHECKING([whether to include extra samples])
if test "$enable_extra_sample" = "" -o "$enable_extra_sample" = "no"; then
if test "$enable_extra_sample" = "" -o "$enable_extra_sample" = "no"; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
WITH_EXTRA_SAMPLE=
NO
WITH_EXTRA_SAMPLE=
OOOP_SAMPLES_PACK=""
OOOP_SAMPLES_PACK=""
else
else
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
WITH_EXTRA_SAMPLE=
YES
WITH_EXTRA_SAMPLE=
TRUE
BUILD_TYPE="$BUILD_TYPE EXTRA_SAMPLE"
BUILD_TYPE="$BUILD_TYPE EXTRA_SAMPLE"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_SAMPLE"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_SAMPLE"
OOOP_SAMPLES_PACK="a6bccacf44914969e6e7b2f8faf4132c-OOOP-samples-pack-2.7.0.0.zip"
OOOP_SAMPLES_PACK="a6bccacf44914969e6e7b2f8faf4132c-OOOP-samples-pack-2.7.0.0.zip"
...
@@ -11469,11 +11469,11 @@ dnl ===================================================================
...
@@ -11469,11 +11469,11 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to include extra fonts])
AC_MSG_CHECKING([whether to include extra fonts])
if test "$enable_extra_font" = "" -o "$enable_extra_font" = "no"; then
if test "$enable_extra_font" = "" -o "$enable_extra_font" = "no"; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
WITH_EXTRA_FONT=
NO
WITH_EXTRA_FONT=
OOOP_FONTS_PACK=""
OOOP_FONTS_PACK=""
else
else
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
WITH_EXTRA_FONT=
YES
WITH_EXTRA_FONT=
TRUE
BUILD_TYPE="$BUILD_TYPE EXTRA_FONT"
BUILD_TYPE="$BUILD_TYPE EXTRA_FONT"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_FONT"
SCPDEFS="$SCPDEFS -DWITH_EXTRA_FONT"
OOOP_FONTS_PACK="a10aa597411643326e27d7fc128af12d-OOOP-fonts-pack-2.9.0.0.zip"
OOOP_FONTS_PACK="a10aa597411643326e27d7fc128af12d-OOOP-fonts-pack-2.9.0.0.zip"
...
...
external/accessories/Module_accessories.mk
Dosyayı görüntüle @
b0253e34
...
@@ -9,14 +9,14 @@
...
@@ -9,14 +9,14 @@
$(eval $(call gb_Module_Module,accessories))
$(eval $(call gb_Module_Module,accessories))
if
eq ($(WITH_EXTRA_FONT),YES
)
if
neq ($(WITH_EXTRA_FONT),
)
$(eval $(call gb_Module_add_targets,accessories,\
$(eval $(call gb_Module_add_targets,accessories,\
ExternalPackage_extra_fonts \
ExternalPackage_extra_fonts \
UnpackedTarball_fonts_pack \
UnpackedTarball_fonts_pack \
))
))
endif
endif
if
eq ($(WITH_EXTRA_GALLERY),YES
)
if
neq ($(WITH_EXTRA_GALLERY),
)
$(eval $(call gb_Module_add_targets,accessories,\
$(eval $(call gb_Module_add_targets,accessories,\
UnpackedTarball_gallery_pack \
UnpackedTarball_gallery_pack \
ExternalPackage_accessoriesgallery \
ExternalPackage_accessoriesgallery \
...
@@ -39,7 +39,7 @@ $(eval $(call gb_Module_add_targets,accessories,\
...
@@ -39,7 +39,7 @@ $(eval $(call gb_Module_add_targets,accessories,\
))
))
endif
endif
if
eq ($(WITH_EXTRA_SAMPLE),YES
)
if
neq ($(WITH_EXTRA_SAMPLE),
)
$(eval $(call gb_Module_add_l10n_targets,accessories,\
$(eval $(call gb_Module_add_l10n_targets,accessories,\
AllLangPackage_accessoriessamples \
AllLangPackage_accessoriessamples \
AllLangPackage_accessoriessamplesadvertisement \
AllLangPackage_accessoriessamplesadvertisement \
...
@@ -54,7 +54,7 @@ $(eval $(call gb_Module_add_targets,accessories,\
...
@@ -54,7 +54,7 @@ $(eval $(call gb_Module_add_targets,accessories,\
))
))
endif
endif
if
eq ($(WITH_EXTRA_TEMPLATE),YES
)
if
neq ($(WITH_EXTRA_TEMPLATE),
)
$(eval $(call gb_Module_add_l10n_targets,accessories,\
$(eval $(call gb_Module_add_l10n_targets,accessories,\
AllLangPackage_accessoriestemplates \
AllLangPackage_accessoriestemplates \
AllLangPackage_accessoriestemplateseducate \
AllLangPackage_accessoriestemplateseducate \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment