diff options
author | Rob Herring <[email protected]> | 2019-01-24 14:03:54 -0600 |
---|---|---|
committer | Rob Herring <[email protected]> | 2019-01-28 11:50:08 -0600 |
commit | 41a0acd6a149ec9f47ea527ad08a2b29bf1ee6b2 (patch) | |
tree | 8f57c50d50b6a77160345439d33f2a47241f31fc /Makefile.am | |
parent | 827e0d6654a2dba0c2090abde84ccef8c8d8ec7e (diff) |
Switch imx to kmsro and remove the imx winsys
The kmsro winsys is equivalent to the imx winsys, so we can switch
to it and remove the imx one.
Signed-off-by: Rob Herring <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 62c755aeca7..e7e14f5b3cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-libunwind \ --with-platforms=x11,wayland,drm,surfaceless \ --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \ - --with-gallium-drivers=i915,nouveau,r300,kmsro,r600,radeonsi,freedreno,svga,swrast,vc4,tegra,virgl,swr,etnaviv,imx \ + --with-gallium-drivers=i915,nouveau,r300,kmsro,r600,radeonsi,freedreno,svga,swrast,vc4,tegra,virgl,swr,etnaviv \ --with-vulkan-drivers=intel,radeon ACLOCAL_AMFLAGS = -I m4 |