summaryrefslogtreecommitdiffstats
path: root/cmake/platform/freebsd
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2019-04-29 12:23:35 +0200
committermanuel <manuel@mausz.at>2019-04-29 12:23:35 +0200
commitcf85cccfdb1aa57b6246641f606563288e0870e5 (patch)
tree06b9d173bf466d555d99803d1bce388e666444e5 /cmake/platform/freebsd
parent483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff)
downloadkodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.tar.gz
kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.tar.bz2
kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.zip
sync with upstreamLeia
Diffstat (limited to 'cmake/platform/freebsd')
-rw-r--r--cmake/platform/freebsd/x11.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/platform/freebsd/x11.cmake b/cmake/platform/freebsd/x11.cmake
index 656fd66..09cebde 100644
--- a/cmake/platform/freebsd/x11.cmake
+++ b/cmake/platform/freebsd/x11.cmake
@@ -1,2 +1,3 @@
1set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM) 1set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM)
2set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX) 2set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX)
3set(APP_RENDER_SYSTEM gl)