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
3e973760
Kaydet (Commit)
3e973760
authored
Ara 15, 2016
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Build HarfBuzz with CoreText support also for iOS
Change-Id: Id755894def35d59836dff8cff7df1273a8e296b2
üst
5ed995fa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
ExternalProject_harfbuzz.mk
external/harfbuzz/ExternalProject_harfbuzz.mk
+1
-1
UnpackedTarball_harfbuzz.mk
external/harfbuzz/UnpackedTarball_harfbuzz.mk
+4
-0
harfbuzz-ios.patch
external/harfbuzz/harfbuzz-ios.patch
+11
-0
No files found.
external/harfbuzz/ExternalProject_harfbuzz.mk
Dosyayı görüntüle @
3e973760
...
@@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) :
...
@@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) :
--with-cairo=no \
--with-cairo=no \
--with-glib=no \
--with-glib=no \
--with-graphite2=yes \
--with-graphite2=yes \
$(if $(filter MACOSX,$(OS)),--with-coretext=yes) \
$(if $(filter
IOS
MACOSX,$(OS)),--with-coretext=yes) \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
CXXFLAGS=' \
CXXFLAGS=' \
...
...
external/harfbuzz/UnpackedTarball_harfbuzz.mk
Dosyayı görüntüle @
3e973760
...
@@ -24,4 +24,8 @@ $(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
...
@@ -24,4 +24,8 @@ $(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
))
))
endif
endif
$(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
external/harfbuzz/harfbuzz-ios.patch \
))
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
external/harfbuzz/harfbuzz-ios.patch
0 → 100644
Dosyayı görüntüle @
3e973760
--- configure
+++ configure
@@ -19046,6 +19046,8 @@
else
# On iOS CoreText and CoreGraphics are stand-alone frameworks
+ # Forget the cache failure to find CTFontRef above
+ unset ac_cv_type_CTFontRef
if test "x$have_coretext" != "xtrue"; then
ac_fn_c_check_type "$LINENO" "CTFontRef" "ac_cv_type_CTFontRef" "#include <CoreText/CoreText.h>
"
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