diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-11-19 14:27:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-11-19 14:27:09 +0200 |
commit | 928fb2c711c10b372dc5b4fb3703a2fa5c40ac03 (patch) | |
tree | d29a15745915f47b666232c3b3a05a560c2ddf88 /vcl | |
parent | 0c5e59d93345a6a4a1fc965adcb0bb743a933ebf (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
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ )) |