aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Saraev <stefan@saraev.ca>2016-02-07 22:40:16 +0200
committerStefan Saraev <stefan@saraev.ca>2016-02-13 16:17:28 +0200
commited03f828be3615d294eb4a4cfccc5cdccec22997 (patch)
treeb27b329133140788adcb751960b78a0b27173adc /configure.ac
parent29f779c8c7932ca87f94bf85d29f4f8b02fd2d12 (diff)
[depends] remove libsquish
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index c2170297d5..9a22b6c01a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1962,16 +1962,6 @@ else
final_message="$final_message\n Bluray:\tNo"
fi
-# we don't compile with default upstream squish, so we use our own one
-# even on non unified deps platforms
-if test "$cross_compiling" != "yes"; then
- make -C ${abs_top_srcdir}/tools/depends/native/libsquish-native CXX=${CXX}
- export PKG_CONFIG_PATH="${abs_top_srcdir}/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:$PKG_CONFIG_PATH"
-fi
-PKG_CHECK_MODULES([SQUISH], [squish],
- [INCLUDES="$INCLUDES $SQUISH_CFLAGS" LIBS="$LIBS $SQUISH_LIBS"],
- AC_MSG_ERROR("squish not found"))
-
if test "x$use_texturepacker" != "xno"; then
AC_PATH_PROG([TEXTUREPACKER], [TexturePacker], ["none"],
[$PATH$PATH_SEPARATOR${abs_top_srcdir}/tools/depends/native/TexturePacker/bin])