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 <[email protected]>
Cc: Eric Anholt <[email protected]>
Cc: Emil Velikov <[email protected]>
Cc: Rhys Kidd <[email protected]>
---
.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
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev