[Mesa-dev] [PATCH 12/18] travis: Don't try to read libdrm out of configure.ac
Emil Velikov
emil.l.velikov at gmail.com
Thu Dec 13 16:06:01 UTC 2018
From: Dylan Baker <dylan at pnwbakers.com>
Since we're going to delete it shortly
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
---
.travis.yml | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c398ebc748a..3c34942cadb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ env:
- GLPROTO_VERSION=glproto-1.4.17
- DRI2PROTO_VERSION=dri2proto-2.8
- LIBPCIACCESS_VERSION=libpciaccess-0.13.4
- - LIBDRM_VERSION=libdrm-2.4.74
+ - LIBDRM_VERSION=libdrm-2.4.95
- XCBPROTO_VERSION=xcb-proto-1.13
- RANDRPROTO_VERSION=randrproto-1.3.0
- LIBXRANDR_VERSION=libXrandr-1.3.0
@@ -505,16 +505,6 @@ install:
pip2 install --user mako;
fi
- # Since libdrm gets updated in configure.ac regularly, try to pick up the
- # latest version from there.
- - for line in `grep "^LIBDRM.*_REQUIRED=" configure.ac`; do
- old_ver=`echo $LIBDRM_VERSION | sed 's/libdrm-//'`;
- new_ver=`echo $line | sed 's/.*REQUIRED=//'`;
- if `echo "$old_ver,$new_ver" | tr ',' '\n' | sort -Vc 2> /dev/null`; then
- export LIBDRM_VERSION="libdrm-$new_ver";
- fi;
- done
-
# Install dependencies where we require specific versions (or where
# disallowed by Travis CI's package whitelisting).
--
2.19.2
More information about the mesa-dev
mailing list