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
a107e4b5
Kaydet (Commit)
a107e4b5
authored
Ock 15, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
config*: add cflags for gio, gconf and gnomevfs
üst
1c7c480e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
config_host.mk.in
config_host.mk.in
+6
-0
configure.in
configure.in
+6
-0
No files found.
config_host.mk.in
Dosyayı görüntüle @
a107e4b5
...
@@ -112,10 +112,16 @@ export FONTCONFIG_CFLAGS="@FONTCONFIG_CFLAGS@"
...
@@ -112,10 +112,16 @@ export FONTCONFIG_CFLAGS="@FONTCONFIG_CFLAGS@"
export FONTCONFIG_LIBS="@FONTCONFIG_LIBS@"
export FONTCONFIG_LIBS="@FONTCONFIG_LIBS@"
export FREETYPE_CFLAGS="@FREETYPE_CFLAGS@"
export FREETYPE_CFLAGS="@FREETYPE_CFLAGS@"
export FREETYPE_LIBS="@FREETYPE_LIBS@"
export FREETYPE_LIBS="@FREETYPE_LIBS@"
export GCONF_CFLAGS="@GCONF_CFLAGS@"
export GCONF_LIBS="@GCONF_LIBS@"
export GIO_CFLAGS="@GIO_CFLAGS@"
export GIO_LIBS="@GIO_LIBS@"
export GIT_LINK_SRC="@GIT_LINK_SRC@"
export GIT_LINK_SRC="@GIT_LINK_SRC@"
export GIT_REPO_NAMES="@GIT_REPO_NAMES@"
export GIT_REPO_NAMES="@GIT_REPO_NAMES@"
export GMAKE_MODULE_PARALLELISM="@GMAKE_MODULE_PARALLELISM@"
export GMAKE_MODULE_PARALLELISM="@GMAKE_MODULE_PARALLELISM@"
export GMAKE_PARALLELISM="@GMAKE_PARALLELISM@"
export GMAKE_PARALLELISM="@GMAKE_PARALLELISM@"
export GNOMEVFS_CFLAGS="@GNOMEVFS_CFLAGS@"
export GNOMEVFS_LIBS="@GNOMEVFS_LIBS@"
@x_GNUCP@ export GNUCOPY="@GNUCP@"
@x_GNUCP@ export GNUCOPY="@GNUCP@"
export GNUMAKE="@GNUMAKE@"
export GNUMAKE="@GNUMAKE@"
export GNUTAR="@GNUTAR@"
export GNUTAR="@GNUTAR@"
...
...
configure.in
Dosyayı görüntüle @
a107e4b5
...
@@ -7762,6 +7762,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
...
@@ -7762,6 +7762,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
else
else
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
fi
fi
AC_SUBST(GCONF_LIBS)
AC_SUBST(GCONF_CFLAGS)
AC_SUBST(ENABLE_GCONF)
AC_SUBST(ENABLE_GCONF)
dnl ===================================================================
dnl ===================================================================
...
@@ -7777,6 +7779,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes" -
...
@@ -7777,6 +7779,8 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes" -
else
else
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
fi
fi
AC_SUBST(GNOMEVFS_LIBS)
AC_SUBST(GNOMEVFS_CFLAGS)
AC_SUBST(ENABLE_GNOMEVFS)
AC_SUBST(ENABLE_GNOMEVFS)
dnl ===================================================================
dnl ===================================================================
...
@@ -7830,6 +7834,8 @@ if test "$test_gtk" = "yes"; then
...
@@ -7830,6 +7834,8 @@ if test "$test_gtk" = "yes"; then
fi
fi
fi
fi
AC_SUBST(ENABLE_GIO)
AC_SUBST(ENABLE_GIO)
AC_SUBST(GIO_CFLAGS)
AC_SUBST(GIO_LIBS)
AC_SUBST(ENABLE_DBUS)
AC_SUBST(ENABLE_DBUS)
AC_SUBST(ENABLE_SYSTRAY_GTK)
AC_SUBST(ENABLE_SYSTRAY_GTK)
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_CFLAGS)
...
...
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