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 /src/gallium/meson.build | |
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 'src/gallium/meson.build')
-rw-r--r-- | src/gallium/meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build index 5b0ce81d1e4..5e311217cfe 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -106,11 +106,6 @@ if with_gallium_v3d else driver_v3d = declare_dependency() endif -if with_gallium_imx - subdir('winsys/imx/drm') -else - driver_imx = declare_dependency() -endif if with_gallium_tegra subdir('winsys/tegra/drm') subdir('drivers/tegra') |