[Libreoffice-commits] core.git: configure.ac vcl/Library_vcl.mk
Tor Lillqvist
tml at collabora.com
Thu Nov 19 04:32:35 PST 2015
configure.ac | 6 ++++--
vcl/Library_vcl.mk | 4 ----
2 files changed, 4 insertions(+), 6 deletions(-)
New commits:
commit 928fb2c711c10b372dc5b4fb3703a2fa5c40ac03
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Nov 19 14:27:09 2015 +0200
We don't actually use GLyphy on Linux yet
So don't link with it, to avoid pointlessly depending on the very new
glyphy package in Debian. Change this back once needed, after 5.1
branch-off.
Change-Id: I4e2e873858841429738e2992676a0142acc528ee
diff --git a/configure.ac b/configure.ac
index 6829c70..e154efd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8813,8 +8813,10 @@ AS_IF([test "$with_system_glew" = "yes"],
dnl ===================================================================
dnl Check for system glyphy
dnl ===================================================================
-if test $_os = Linux -o $_os = WINNT; then
- libo_CHECK_SYSTEM_MODULE([glyphy], [GLYPHY], [glyphy >= 0.12.0], ["-I${WORKDIR}/UnpackedTarball/glyphy/src"])
+dnl We currently use GLyphy only on Windows
+if test $_os = WINNT; then
+ # libo_CHECK_SYSTEM_MODULE([glyphy], [GLYPHY], [glyphy >= 0.12.0], ["-I${WORKDIR}/UnpackedTarball/glyphy/src"])
+ BUILD_TYPE="$BUILD_TYPE GLYPHY"
fi
dnl ===================================================================
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index f3981dd..1104c18 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -755,10 +755,6 @@ $(eval $(call gb_Library_add_libs,vcl,\
-lXext \
))
-$(eval $(call gb_Library_use_externals,vcl,\
- glyphy \
-))
-
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/opengl/x11/X11DeviceInfo \
))
More information about the Libreoffice-commits
mailing list