aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2021-08-31 09:13:55 +1000
committerfuzzard <fuzzard@kodi.tv>2021-09-01 11:06:46 +1000
commitefd7e03a1db3740dc906b9b1cb6a6fd73ab6e254 (patch)
treeb8625d55fe7187ced7d82869d30f0f5ef89bbd43 /cmake/platform
parent5cfe6f9722bb5cdf4ccc18b06d834dda7bccf11c (diff)
[cmake] darwinembedded dont explicitly set opengles as platform_required_dep
Diffstat (limited to 'cmake/platform')
-rw-r--r--cmake/platform/darwin_embedded/ios.cmake2
-rw-r--r--cmake/platform/darwin_embedded/tvos.cmake2
2 files changed, 0 insertions, 4 deletions
diff --git a/cmake/platform/darwin_embedded/ios.cmake b/cmake/platform/darwin_embedded/ios.cmake
index 4c377b7ae6..3ee9da413b 100644
--- a/cmake/platform/darwin_embedded/ios.cmake
+++ b/cmake/platform/darwin_embedded/ios.cmake
@@ -1,3 +1 @@
-set(PLATFORM_REQUIRED_DEPS OpenGLES)
-set(APP_RENDER_SYSTEM gles)
list(APPEND PLATFORM_DEFINES -DTARGET_DARWIN_IOS)
diff --git a/cmake/platform/darwin_embedded/tvos.cmake b/cmake/platform/darwin_embedded/tvos.cmake
index b29ed3279b..991b8e36e3 100644
--- a/cmake/platform/darwin_embedded/tvos.cmake
+++ b/cmake/platform/darwin_embedded/tvos.cmake
@@ -1,3 +1 @@
-set(PLATFORM_REQUIRED_DEPS OpenGLES)
-set(APP_RENDER_SYSTEM gles)
list(APPEND PLATFORM_DEFINES -DTARGET_DARWIN_TVOS)