diff options
Diffstat (limited to 'cmake/platform/linux')
| -rw-r--r-- | cmake/platform/linux/aml.cmake | 1 | ||||
| -rw-r--r-- | cmake/platform/linux/defines.txt | 1 | ||||
| -rw-r--r-- | cmake/platform/linux/imx.cmake | 1 | ||||
| -rw-r--r-- | cmake/platform/linux/mir.cmake | 2 | ||||
| -rw-r--r-- | cmake/platform/linux/x11.cmake | 2 |
5 files changed, 7 insertions, 0 deletions
diff --git a/cmake/platform/linux/aml.cmake b/cmake/platform/linux/aml.cmake new file mode 100644 index 0000000..c1d464d --- /dev/null +++ b/cmake/platform/linux/aml.cmake | |||
| @@ -0,0 +1 @@ | |||
| set(PLATFORM_REQUIRED_DEPS OpenGLES AML EGL) | |||
diff --git a/cmake/platform/linux/defines.txt b/cmake/platform/linux/defines.txt new file mode 100644 index 0000000..3fe9c5c --- /dev/null +++ b/cmake/platform/linux/defines.txt | |||
| @@ -0,0 +1 @@ | |||
| -DTARGET_POSIX -DTARGET_LINUX -D_LINUX -fPIC | |||
diff --git a/cmake/platform/linux/imx.cmake b/cmake/platform/linux/imx.cmake new file mode 100644 index 0000000..c0c7196 --- /dev/null +++ b/cmake/platform/linux/imx.cmake | |||
| @@ -0,0 +1 @@ | |||
| set(PLATFORM_REQUIRED_DEPS OpenGLES EGL IMX) | |||
diff --git a/cmake/platform/linux/mir.cmake b/cmake/platform/linux/mir.cmake new file mode 100644 index 0000000..7f20da8 --- /dev/null +++ b/cmake/platform/linux/mir.cmake | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGl EGL Mir LibDRM) | ||
| 2 | set(PLATFORM_OPTIONAL_DEPS VAAPI OpenGLES) | ||
diff --git a/cmake/platform/linux/x11.cmake b/cmake/platform/linux/x11.cmake new file mode 100644 index 0000000..edea24d --- /dev/null +++ b/cmake/platform/linux/x11.cmake | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM GLX) | ||
| 2 | set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU) | ||
