aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-07-30 18:14:50 +0100
committerh.udo <hudokkow@gmail.com>2018-07-30 18:14:50 +0100
commit259022ee0074cf32a006cc88606c68563f85b6b5 (patch)
treecf2c3f1dafbcfb04473c8871dcde90dfab74cafd
parent8169927b2bb16b56758e982350b3712fa43ee87f (diff)
[mir] Clean up mir platform leftover from PR14186
-rw-r--r--cmake/platform/linux/mir.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/platform/linux/mir.cmake b/cmake/platform/linux/mir.cmake
deleted file mode 100644
index f04738ce05..0000000000
--- a/cmake/platform/linux/mir.cmake
+++ /dev/null
@@ -1,3 +0,0 @@
-set(PLATFORM_REQUIRED_DEPS OpenGl EGL LibDRM)
-set(PLATFORM_OPTIONAL_DEPS VAAPI OpenGLES)
-set(APP_RENDER_SYSTEM gl)