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
55407935
Kaydet (Commit)
55407935
authored
Şub 27, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
normalize values of USE_XINERAMA
Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea
üst
a957ec02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
configure.ac
configure.ac
+7
-7
Executable_oosplash.mk
desktop/Executable_oosplash.mk
+1
-1
Library_vclplug_gen.mk
vcl/Library_vclplug_gen.mk
+1
-1
No files found.
configure.ac
Dosyayı görüntüle @
55407935
...
...
@@ -11530,7 +11530,7 @@ if test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
if test -e "$XINERAMALIB/libXinerama.so" -a -e "$XINERAMALIB/libXinerama.a"; then
# we have both versions, let the user decide but use the dynamic one
# per default
USE_XINERAMA=
YES
USE_XINERAMA=
TRUE
if test -z "$with_static_xinerama" -o -n "$with_system_libs"; then
XINERAMA_LINK=dynamic
else
...
...
@@ -11538,23 +11538,23 @@ if test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
fi
elif test -e "$XINERAMALIB/libXinerama.so" -a ! -e "$XINERAMALIB/libXinerama.a"; then
# we have only the dynamic version
USE_XINERAMA=
YES
USE_XINERAMA=
TRUE
XINERAMA_LINK=dynamic
elif test -e "$XINERAMALIB/libXinerama.a"; then
# static version
if echo $host_cpu | $GREP -E 'i[[3456]]86' 2>/dev/null >/dev/null; then
USE_XINERAMA=
YES
USE_XINERAMA=
TRUE
XINERAMA_LINK=static
else
USE_XINERAMA=
NO
USE_XINERAMA=
XINERAMA_LINK=none
fi
else
# no Xinerama
USE_XINERAMA=
NO
USE_XINERAMA=
XINERAMA_LINK=none
fi
if test "$USE_XINERAMA" = "
YES
"; then
if test "$USE_XINERAMA" = "
TRUE
"; then
AC_MSG_RESULT([yes, with $XINERAMA_LINK linking])
AC_CHECK_HEADER(X11/extensions/Xinerama.h, [],
[AC_MSG_ERROR(Xinerama header not found.)], [])
...
...
@@ -11575,7 +11575,7 @@ if test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
AC_MSG_RESULT([no, libXinerama not found or wrong architecture.])
fi
else
USE_XINERAMA=
NO
USE_XINERAMA=
XINERAMA_LINK=none
AC_MSG_RESULT([no])
fi
...
...
desktop/Executable_oosplash.mk
Dosyayı görüntüle @
55407935
...
...
@@ -23,7 +23,7 @@ $(eval $(call gb_Executable_add_cobjects,oosplash,\
desktop/unx/source/start \
))
if
eq ($(USE_XINERAMA),YES
)
if
neq ($(USE_XINERAMA),
)
$(eval $(call gb_Executable_add_defs,oosplash,\
-DUSE_XINERAMA \
...
...
vcl/Library_vclplug_gen.mk
Dosyayı görüntüle @
55407935
...
...
@@ -116,7 +116,7 @@ $(eval $(call gb_Library_add_defs,vclplug_gen,\
endif
## handle Xinerama
ifneq ($(USE_XINERAMA),
NO
)
ifneq ($(USE_XINERAMA),)
ifneq ($(OS)$(USE_XINERAMA_VERSION),SOLARISXsun)
# not Solaris/Xsun
$(eval $(call gb_Library_add_defs,vclplug_gen,\
...
...
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