summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-19 14:27:09 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-19 14:27:09 +0200
commit928fb2c711c10b372dc5b4fb3703a2fa5c40ac03 (patch)
treed29a15745915f47b666232c3b3a05a560c2ddf88
parent0c5e59d93345a6a4a1fc965adcb0bb743a933ebf (diff)
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
-rw-r--r--configure.ac6
-rw-r--r--vcl/Library_vcl.mk4
2 files changed, 4 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6829c709e48c..e154efd268a5 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 f3981dd774e1..1104c18805af 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 \
))