summaryrefslogtreecommitdiffstats
path: root/cmake/platform/freebsd/x11.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/freebsd/x11.cmake')
-rw-r--r--cmake/platform/freebsd/x11.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/platform/freebsd/x11.cmake b/cmake/platform/freebsd/x11.cmake
index 09cebde..307dac3 100644
--- a/cmake/platform/freebsd/x11.cmake
+++ b/cmake/platform/freebsd/x11.cmake
@@ -1,3 +1,2 @@
1set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM) 1list(APPEND PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM)
2set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX) 2list(APPEND PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX)
3set(APP_RENDER_SYSTEM gl)