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
7b502808
Kaydet (Commit)
7b502808
authored
Eyl 17, 2011
tarafından
Tomas Chvatal
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make --with-theme actually work.
üst
b03f2200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
configure.in
configure.in
+5
-6
No files found.
configure.in
Dosyayı görüntüle @
7b502808
...
...
@@ -7747,15 +7747,14 @@ dnl Test which themes to include
dnl ===================================================================
AC_MSG_CHECKING([which themes to include])
# if none given, use all available themes
if test "z$enable_theme" = "z" -o "z$enable_theme" = "zyes"; then
enable
_theme="default crystal hicontrast oxygen tango"
fi
AS_IF([test "x$with_theme" = "x" -o "x$with_theme" = "xyes"], [
with
_theme="default crystal hicontrast oxygen tango"
])
WITH_THEMES=""
for theme in $enable_theme
do
for theme in $with_theme; do
WITH_THEMES="$WITH_THEMES $theme"
SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[
a-z]' '[A-Z
]'`"
SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[
:lower:]' '[:upper:
]'`"
done
AC_MSG_RESULT([$WITH_THEMES])
AC_SUBST(WITH_THEMES)
...
...
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