From 1afa17ac8b97bb2793069c0dab3ec678bd7dea6e Mon Sep 17 00:00:00 2001 From: Lars Doucet Date: Fri, 22 Jan 2016 17:13:07 -0600 Subject: [PATCH 1/2] Linux xrandr/xinerama depencencies hidden behind NATIVE_TOOLKIT_SDL_X11_XINERAMA / XRANDR defines --- include/configs/linux/SDL_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/linux/SDL_config.h b/include/configs/linux/SDL_config.h index 0a24bae86..a0ce9e01b 100644 --- a/include/configs/linux/SDL_config.h +++ b/include/configs/linux/SDL_config.h @@ -279,10 +279,10 @@ /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS */ /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE */ /* #undef SDL_VIDEO_DRIVER_X11_XCURSOR */ -#define SDL_VIDEO_DRIVER_X11_XINERAMA 1 +#define SDL_VIDEO_DRIVER_X11_XINERAMA NATIVE_TOOLKIT_SDL_X11_XINERAMA #define SDL_VIDEO_DRIVER_X11_XINPUT2 NATIVE_TOOLKIT_SDL_X11_XINPUT2 #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH NATIVE_TOOLKIT_SDL_X11_XINPUT2_SUPPORTS_MULTITOUCH -#define SDL_VIDEO_DRIVER_X11_XRANDR 1 +#define SDL_VIDEO_DRIVER_X11_XRANDR NATIVE_TOOLKIT_SDL_X11_XRANDR /* #undef SDL_VIDEO_DRIVER_X11_XSCRNSAVER */ #define SDL_VIDEO_DRIVER_X11_XSHAPE 1 /* #undef SDL_VIDEO_DRIVER_X11_XVIDMODE */ From 08fbea1b4b795961d87429385c3c635173c06909 Mon Sep 17 00:00:00 2001 From: Lars Doucet Date: Fri, 22 Jan 2016 17:24:27 -0600 Subject: [PATCH 2/2] update files.xml for xinerama/xrandr --- files.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files.xml b/files.xml index b2c6aa738..30e2e7cd3 100644 --- a/files.xml +++ b/files.xml @@ -46,6 +46,8 @@ + +