diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-13 00:11:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-11-19 14:05:26 +0200 |
commit | ef0155814e096be38ac4511a3628e3e1a4d18da3 (patch) | |
tree | a930de19d90326f4b54ca4e8485535e123511ce1 /configure.ac | |
parent | 25d60232ff5d882017ffb88453f16fd6cef5534c (diff) |
integrate glyphy into the build
The used glyphy is not directly the upstream version. We currently use a
patched version that allows to disable the build for the demos.
Change-Id: Ic03355e1ea8fbc56e57afa4f90a55741fe9a563a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 69d5e831c696..b068e9b5cf4c 100644 --- a/configure.ac +++ b/configure.ac @@ -8811,6 +8811,11 @@ AS_IF([test "$with_system_glew" = "yes"], [AC_DEFINE([HAVE_GLEW_1_12])]) dnl =================================================================== +dnl Check for system glyphy +dnl =================================================================== +libo_CHECK_SYSTEM_MODULE([glyphy], [GLYPHY], [glyphy >= 0.12.0], ["-I${WORKDIR}/UnpackedTarball/glyphy/include"]) + +dnl =================================================================== dnl Check for system vigra dnl =================================================================== AC_MSG_CHECKING([which vigra to use]) |