summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/linux/ArchSetup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/linux/ArchSetup.cmake')
-rw-r--r--cmake/scripts/linux/ArchSetup.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/scripts/linux/ArchSetup.cmake b/cmake/scripts/linux/ArchSetup.cmake
index fcee675..624edf6 100644
--- a/cmake/scripts/linux/ArchSetup.cmake
+++ b/cmake/scripts/linux/ArchSetup.cmake
@@ -108,10 +108,6 @@ if(CMAKE_BUILD_TYPE STREQUAL Coverage)
108 set(COVERAGE_EXCLUDES */test/* lib/* */lib/*) 108 set(COVERAGE_EXCLUDES */test/* lib/* */lib/*)
109endif() 109endif()
110 110
111if(ENABLE_MIR)
112 set(ENABLE_VDPAU OFF CACHE BOOL "Disabling VDPAU since no Mir support" FORCE)
113endif()
114
115if(ENABLE_GBM) 111if(ENABLE_GBM)
116 set(ENABLE_VDPAU OFF CACHE BOOL "Disabling VDPAU" FORCE) 112 set(ENABLE_VDPAU OFF CACHE BOOL "Disabling VDPAU" FORCE)
117endif() 113endif()