Kaydet (Commit) 962eeb3e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't build gdk-pixbuf, glib, libcroco or libgsf for iOS or Android

Change-Id: I7b4ef1e505b16e0d55228e7b91226e40ba94cfd6
üst 5ad86ef1
......@@ -11639,7 +11639,9 @@ else
case "$_os" in
WINNT|Darwin|iOS|Android)
SYSTEM_GDKPIXBUF=NO
if test $_os != iOS -a $_os != Android; then
BUILD_TYPE="$BUILD_TYPE GDK_PIXBUF"
fi
AC_MSG_RESULT([no])
;;
*)
......@@ -11766,7 +11768,9 @@ else
case "$_os" in
WINNT|Darwin|iOS|Android)
SYSTEM_LIBCROCO=NO
if test $_os != iOS -a $_os != Android; then
BUILD_TYPE="$BUILD_TYPE LIBCROCO"
fi
AC_MSG_RESULT([no])
;;
*)
......@@ -11798,7 +11802,9 @@ else
case "$_os" in
WINNT|Darwin|iOS|Android)
SYSTEM_PANGO=NO
if test $_os != iOS -a $_os != Android; then
BUILD_TYPE="$BUILD_TYPE PANGO"
fi
AC_MSG_RESULT([no])
;;
*)
......@@ -11831,7 +11837,9 @@ else
case "$_os" in
WINNT|Darwin|iOS|Android)
SYSTEM_LIBGSF=NO
if test $_os != iOS -a $_os != Android; then
BUILD_TYPE="$BUILD_TYPE LIBGSF"
fi
AC_MSG_RESULT([no])
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment