From 755a26ab04444735d65dd6a6e9527f41905f39c6 Mon Sep 17 00:00:00 2001 From: Zvika Haramaty Date: Sun, 2 Feb 2020 11:26:06 +0200 Subject: [PATCH] CONFIGURE: fixed documentation for '--with-sdl-prefix=' flag --- configure | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index aa2e278f4e0..31bdf8a5f64 100755 --- a/configure +++ b/configure @@ -1118,8 +1118,11 @@ Optional Libraries: --disable-osx-dock-plugin disable the NSDockTilePlugin support [Mac OS X only - autodetect] - --with-sdl-prefix=DIR prefix where the sdl-config script is - installed (optional) + --with-sdl-prefix=DIR prefix where the SDL package is installed (optional) + e.g., if sdl-config script is at: + /opt/mxe/usr/i686-w64-mingw32.static/bin/sdl2-config + then you should pass: + '--with-sdl-prefix=/opt/mxe/usr/i686-w64-mingw32.static' --with-freetype2-prefix=DIR prefix where the freetype-config script is installed (optional)