Bypass libwp? for iOS
This commit is contained in:
@@ -5484,6 +5484,8 @@ if test "$with_system_libwpd" = "yes"; then
|
||||
AC_MSG_RESULT([external])
|
||||
SYSTEM_LIBWPD=YES
|
||||
PKG_CHECK_MODULES( WPD, libwpd-0.9 libwpd-stream-0.9 )
|
||||
elif test $_os = IOS; then
|
||||
AC_MSG_RESULT([none])
|
||||
else
|
||||
AC_MSG_RESULT([internal])
|
||||
SYSTEM_LIBWPD=NO
|
||||
@@ -5535,6 +5537,8 @@ if test "$with_system_libwps" = "yes"; then
|
||||
AC_MSG_RESULT([external])
|
||||
SYSTEM_LIBWPS=YES
|
||||
PKG_CHECK_MODULES( WPS, libwps-0.2 )
|
||||
elif test $_os = IOS; then
|
||||
AC_MSG_RESULT([none])
|
||||
else
|
||||
AC_MSG_RESULT([internal])
|
||||
SYSTEM_LIBWPS=NO
|
||||
@@ -5552,6 +5556,8 @@ if test "$with_system_libwpg" = "yes"; then
|
||||
AC_MSG_RESULT([external])
|
||||
SYSTEM_LIBWPG=YES
|
||||
PKG_CHECK_MODULES( WPG, libwpg-0.2 )
|
||||
elif test $_os = IOS; then
|
||||
AC_MSG_RESULT([none])
|
||||
else
|
||||
AC_MSG_RESULT([internal])
|
||||
SYSTEM_LIBWPG=NO
|
||||
|
Reference in New Issue
Block a user