diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-27 17:54:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-27 17:54:28 +0200 |
commit | b55381672262f7d14a5b66ddd6a2dd1007ee8e3b (patch) | |
tree | 2a90a530a9e6864281faa5a1eedf5d5abbe24dc6 /configure.in | |
parent | 143974d637283b884b2b2c5b108248e353c2e734 (diff) |
libcdr depends on libwpd and libwpg so don't use it either on iOS then
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 884d1c8ca177..fe35ab3ded03 100644 --- a/configure.in +++ b/configure.in @@ -5724,6 +5724,9 @@ if test "$with_system_libcdr" = "yes"; then AC_MSG_RESULT([external]) SYSTEM_LIBCDR=YES PKG_CHECK_MODULES( CDR, libcdr-0.0 ) +elif test $_os = iOS; then + # libcdr depends on libwpd and libwpg and those are LGPL + AC_MSG_RESULT([none]) else AC_MSG_RESULT([internal]) SYSTEM_LIBCDR=NO |