[Mesa-dev] [PATCH 2/3] travis: remove the libtxc-dxtn-s2tc0 library so scons check can pass

Andres Gomez agomez at igalia.com
Fri Apr 7 12:16:20 UTC 2017


The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually
remove this package.

v2:
  - scons check will pass just by not having an available
    libtxc_dxtn.so, as noticed by Rhys.
  - remove the installaton of the patent covered txc-dxtn library, as
    commented by Eric.

Signed-off-by: Andres Gomez <agomez at igalia.com>
Cc: Eric Anholt <eric at anholt.net>
Cc: Emil Velikov <emil.l.velikov at gmail.com>
Cc: Rhys Kidd <rhyskidd at gmail.com>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0667c7488d..3c51c06a73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,6 +100,9 @@ install:
   - tar -jxvf $LIBXSHMFENCE_VERSION.tar.bz2
   - (cd $LIBXSHMFENCE_VERSION && ./configure --prefix=$HOME/prefix && make install)
 
+  # libtxc-dxtn-s2tc0 will make scons check fail so we remove it ...
+  - sudo apt-get purge libtxc-dxtn-s2tc0
+
 script:
   - if test "x$BUILD" = xmake; then
       ./autogen.sh --enable-debug
-- 
2.11.0



More information about the mesa-dev mailing list