From d163b3628fee61ea4acad0e9429aab904b03bf70 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 13 Oct 2015 22:59:01 +0300 Subject: [PATCH] Export the xrandr feature It's used in display_platform.h to optionally include some memberse in DisplayPrivate. --- Build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Build b/Build index 458b136..69d9b6b 100644 --- a/Build +++ b/Build @@ -85,7 +85,10 @@ package "mspgui" if_arch "!windows & !darwin & !android" { - feature "xrandr" "Include support for video mode switching with XRandR"; + feature "xrandr" "Include support for video mode switching with XRandR" + { + export true; + }; if_feature "xrandr" { require "xrandr"; -- 2.43.0