diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-04-17 13:29:41 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-04-17 13:37:41 +0100 |
commit | 7748c3f5eb1d98ca97d2cf6e516ff54a5d75130a (patch) | |
tree | 35358d27a410a534e77526c2227a5a5fed918c11 /.travis.yml | |
parent | de128c19eef5a4a04fadc2ad519f2e6a515ea7b5 (diff) |
configure.ac: deprecate --with-egl-platforms over --with-platforms
Currently the former controls more than just EGL. With follow-up commits
we'll unwind and fix things so that one can build the different drivers
with said platform support.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dc3557ea61..6d6e44cc41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,7 @@ install: script: - if test "x$BUILD" = xmake; then ./autogen.sh --enable-debug - --with-egl-platforms=x11,drm + --with-platforms=x11,drm --with-dri-drivers=i915,i965,radeon,r200,swrast,nouveau --with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,etnaviv,imx --with-vulkan-drivers=radeon |