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
887c088f
Kaydet (Commit)
887c088f
authored
Tem 18, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make libgltf compile on OSX
Change-Id: Ie39292137f931bfd557f66c485e104cf5d5089b8
üst
ea5ef0a7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
configure.ac
configure.ac
+1
-1
download.lst
download.lst
+1
-1
ExternalProject_libgltf.mk
external/libgltf/ExternalProject_libgltf.mk
+2
-0
UnpackedTarball_libgltf.mk
external/libgltf/UnpackedTarball_libgltf.mk
+0
-1
OpenGLContext.cxx
vcl/source/opengl/OpenGLContext.cxx
+1
-0
No files found.
configure.ac
Dosyayı görüntüle @
887c088f
...
...
@@ -10600,7 +10600,7 @@ dnl Check whether to enable glTF support
dnl ===================================================================
AC_MSG_CHECKING([whether to enable glTF support])
ENABLE_GLTF=
if test "x$enable_gltf" != "xno" -a $_os !=
Darwin -a $_os !=
iOS -a $_os != Android; then
if test "x$enable_gltf" != "xno" -a $_os != iOS -a $_os != Android; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
AC_DEFINE(HAVE_FEATURE_GLTF,1)
...
...
download.lst
Dosyayı görüntüle @
887c088f
...
...
@@ -87,7 +87,7 @@ export LIBATOMIC_OPS_TARBALL := libatomic_ops-7_2d.zip
export LIBEOT_MD5SUM := aa24f5dd2a2992f4a116aa72af817548
export LIBEOT_TARBALL := libeot-0.01.tar.bz2
export LIBEXTTEXTCAT_TARBALL := 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
export LIBGLTF_TARBALL :=
3d9ea1f2828c46f8ba94b88a87b3326d
-libgltf-0.0.0.tar.bz2
export LIBGLTF_TARBALL :=
c1af7fbc6dde8fcbdca4ec22dd78c4c1
-libgltf-0.0.0.tar.bz2
export LIBLANGTAG_TARBALL := 36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
export LIBXMLSEC_TARBALL := 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
export LIBXML_TARBALL := 9c0cfef285d5c4a5c80d00904ddab380-libxml2-2.9.1.tar.gz
...
...
external/libgltf/ExternalProject_libgltf.mk
Dosyayı görüntüle @
887c088f
...
...
@@ -58,6 +58,8 @@ $(call gb_ExternalProject_get_state_target,libgltf,build) :
$(call gb_ExternalProject_run,build,\
export PKG_CONFIG="" \
&& ./configure \
--disable-shared \
--enable-static \
--with-pic \
$(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug,--disable-debug) \
--disable-werror \
...
...
external/libgltf/UnpackedTarball_libgltf.mk
Dosyayı görüntüle @
887c088f
...
...
@@ -16,7 +16,6 @@ $(eval $(call gb_UnpackedTarball_set_patchflags,libgltf,--binary))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libgltf,1))
$(eval $(call gb_UnpackedTarball_add_patches,libgltf,\
external/libgltf/pathces/fix_rendering_of_resized_model.patch \
))
# vim: set noet sw=4 ts=4:
vcl/source/opengl/OpenGLContext.cxx
Dosyayı görüntüle @
887c088f
...
...
@@ -475,6 +475,7 @@ bool OpenGLContext::ImplInit()
#elif defined( MACOSX )
CGLPixelFormatAttribute
pixelFormatAttributes
[]
=
{
kCGLPFAOpenGLProfile
,
(
CGLPixelFormatAttribute
)
kCGLOGLPVersion_3_2_Core
,
kCGLPFAColorSize
,
(
CGLPixelFormatAttribute
)
24
,
kCGLPFAAlphaSize
,
(
CGLPixelFormatAttribute
)
8
,
kCGLPFADoubleBuffer
,
...
...
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