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
6a3bb7c1
Kaydet (Commit)
6a3bb7c1
authored
Eki 12, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add HAVE_FEATURE_X11
Change-Id: I4ca7310c936ce123347be2e3243fddc738f85d6d
üst
d504b887
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
config_features.h.in
config_host/config_features.h.in
+7
-0
configure.ac
configure.ac
+1
-0
No files found.
config_host/config_features.h.in
Dosyayı görüntüle @
6a3bb7c1
...
@@ -43,6 +43,13 @@
...
@@ -43,6 +43,13 @@
#define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 0
#define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 0
/* X11
*
* Whether we are building code to run in an X11 environment.
*/
#define HAVE_FEATURE_X11 0
/* EXTENSIONS - Whether we have any extension mechanism at all
/* EXTENSIONS - Whether we have any extension mechanism at all
*
*
* Primarily intended for non-desktop platforms where supporting
* Primarily intended for non-desktop platforms where supporting
...
...
configure.ac
Dosyayı görüntüle @
6a3bb7c1
...
@@ -9138,6 +9138,7 @@ dnl ***************************************
...
@@ -9138,6 +9138,7 @@ dnl ***************************************
WANT_X11="no"
WANT_X11="no"
if test $_os != Darwin -a $_os != WINNT -a $_os != Android -a $_os != iOS -a "$enable_headless" != "yes"; then
if test $_os != Darwin -a $_os != WINNT -a $_os != Android -a $_os != iOS -a "$enable_headless" != "yes"; then
WANT_X11="yes"
WANT_X11="yes"
AC_DEFINE(HAVE_FEATURE_X11)
fi
fi
AC_MSG_RESULT([$WANT_X11])
AC_MSG_RESULT([$WANT_X11])
...
...
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