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
2a9cf53b
Kaydet (Commit)
2a9cf53b
authored
Eki 21, 2012
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix bluetooth enabling logic
Change-Id: Ia55154d001327a5d0f6ee20736f3335b01c80cf1
üst
f61e81a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
configure.ac
configure.ac
+11
-11
No files found.
configure.ac
Dosyayı görüntüle @
2a9cf53b
...
...
@@ -9647,10 +9647,10 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
ENABLE_SDREMOTE=YES
AC_MSG_CHECKING([whether to enable bluetooth support])
if test -n "$enable_bluetooth" -a "$enable_bluetooth" != "no"; then
AC_MSG_RESULT([yes])
ENABLE_BLUETOOTH=YES
if test "$OS" = "LINUX"; then
if test "$ENABLE_DBUS" = "TRUE"; then
AC_MSG_RESULT([yes])
ENABLE_BLUETOOTH=YES
dnl ===================================================================
dnl Check for system bluez
dnl ===================================================================
...
...
@@ -9663,15 +9663,15 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
AC_MSG_RESULT([internal])
BUILD_TYPE="$BUILD_TYPE BLUEZ"
fi
fi
else
AC_MSG_RESULT([no, dbus disabled])
ENABLE_BLUETOOTH=NO
fi
else
AC_MSG_RESULT([no])
ENABLE_BLUETOOTH=NO
fi
else
AC_MSG_RESULT([no, dbus disabled])
ENABLE_BLUETOOTH=NO
fi
else
AC_MSG_RESULT([no])
ENABLE_BLUETOOTH=NO
fi
fi
else
ENABLE_SDREMOTE=NO
AC_MSG_RESULT([no])
...
...
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