From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- cmake/platform/linux/aml.cmake | 1 + cmake/platform/linux/defines.txt | 1 + cmake/platform/linux/imx.cmake | 1 + cmake/platform/linux/mir.cmake | 2 ++ cmake/platform/linux/x11.cmake | 2 ++ 5 files changed, 7 insertions(+) create mode 100644 cmake/platform/linux/aml.cmake create mode 100644 cmake/platform/linux/defines.txt create mode 100644 cmake/platform/linux/imx.cmake create mode 100644 cmake/platform/linux/mir.cmake create mode 100644 cmake/platform/linux/x11.cmake (limited to 'cmake/platform/linux') 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 @@ +set(PLATFORM_REQUIRED_DEPS OpenGl EGL Mir LibDRM) +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 @@ +set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM GLX) +set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU) -- cgit v1.2.3