From: Mikko Rasa Date: Tue, 13 Oct 2015 19:59:01 +0000 (+0300) Subject: Export the xrandr feature X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=commitdiff_plain;h=d163b3628fee61ea4acad0e9429aab904b03bf70 Export the xrandr feature It's used in display_platform.h to optionally include some memberse in DisplayPrivate. --- 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";