summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-19 14:54:55 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-19 14:56:41 +0200
commite461f7efcb77ce771835054c22ea0353555d9237 (patch)
tree4201bb1c5193d58808fc49d487df3bbbe52d13b7 /config_host.mk.in
parenta3eec8a043eae4417276938968a5a8e227d23111 (diff)
Do use libo_CHECK_SYSTEM_MODULE for GLYPHY after all
Set the CFLAGS and LIBS for it in config_host.mk.in, and handle the SYSTEM_GLYPHY case properly in RepositoryExternal.mk. Change-Id: I56a7fe72b675b6dd4514bbd1739b53f5871ed36a
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 5ed3043c59e2..33c26b752462 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -205,6 +205,8 @@ export GIT_NEEDED_SUBMODULES=@GIT_NEEDED_SUBMODULES@
export GLEW_CFLAGS=$(gb_SPACE)@GLEW_CFLAGS@
export GLEW_LIBS=$(gb_SPACE)@GLEW_LIBS@
export GLM_CFLAGS=$(gb_SPACE)@GLM_CFLAGS@
+export GLYPHY_CFLAGS=$(gb_SPACE)@GLYPHY_CFLAGS@
+export GLYPHY_LIBS=$(gb_SPACE)@GLYPHY_LIBS@
export GNOMEVFS_CFLAGS=$(gb_SPACE)@GNOMEVFS_CFLAGS@
export GNOMEVFS_LIBS=$(gb_SPACE)@GNOMEVFS_LIBS@
export GNUTLS_CFLAGS=$(gb_SPACE)@GNUTLS_CFLAGS@