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
3a977923
Kaydet (Commit)
3a977923
authored
Ara 25, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
binned --enable-static-gtk... no used anywhere.
üst
fd9366c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
configure.in
configure.in
+0
-16
set_soenv.in
set_soenv.in
+0
-1
No files found.
configure.in
Dosyayı görüntüle @
3a977923
...
...
@@ -625,12 +625,6 @@ AC_ARG_ENABLE(gio,
[Determines whether to use the GIO support.]),
,enable_gio=no)
AC_ARG_ENABLE(static-gtk,
AS_HELP_STRING([--enable-static-gtk],
[Modules that are linked against GTK+ libraries use the static libraries
instead of the dynamic ones. (Enables -Bstatic linker flag for GTK+ libraries.)]),
,)
AC_ARG_ENABLE(build-mozilla,
AS_HELP_STRING([--disable-build-mozilla],
[Use this option if you do not want to build the Mozilla components from
...
...
@@ -9547,16 +9541,6 @@ INSTALLDIR="$LIBDIR/$INSTALLDIRNAME"
AC_MSG_RESULT([$INSTALLDIR])
AC_SUBST(INSTALLDIR)
AC_MSG_CHECKING([whether to statically link to Gtk])
if test -n "$enable_static_gtk" && test "$enable_static_gtk" != "no"; then
ENABLE_STATIC_GTK="TRUE"
AC_MSG_RESULT([yes])
else
ENABLE_STATIC_GTK="FALSE"
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_STATIC_GTK)
# ===================================================================
# De- or increase default verbosity of build process
# ===================================================================
...
...
set_soenv.in
Dosyayı görüntüle @
3a977923
...
...
@@ -1414,7 +1414,6 @@ ToFile( "GTK3_LIBS", "@GTK3_LIBS@", "e" );
ToFile
(
"GTHREAD_CFLAGS"
,
"@GTHREAD_CFLAGS@"
,
"e"
);
ToFile
(
"GTHREAD_LIBS"
,
"@GTHREAD_LIBS@"
,
"e"
);
ToFile
(
"ENABLE_SYSTRAY_GTK"
,
"@ENABLE_SYSTRAY_GTK@"
,
"e"
);
ToFile
(
"ENABLE_STATIC_GTK"
,
"@ENABLE_STATIC_GTK@"
,
"e"
);
ToFile
(
"SPLIT_APP_MODULES"
,
"@SPLIT_APP_MODULES@"
,
"e"
);
ToFile
(
"SPLIT_OPT_FEATURES"
,
"@SPLIT_OPT_FEATURES@"
,
"e"
);
ToFile
(
"ENABLE_CAIRO_CANVAS"
,
"@ENABLE_CAIRO_CANVAS@"
,
"e"
);
...
...
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