Skip to content
Snippets Groups Projects
Commit aee8a619 authored by Carlo Marcelo Arenas Belón's avatar Carlo Marcelo Arenas Belón Committed by Laurent Vivier
Browse files

configure: fix sdl detection using sdl2-config


If SDL2 is requested but pkg-config doesn't have a module for it
configure should fallback to use sdl*-config, but wasn't able to
because and old variable (from SDL) was being used by mistake.

Correct the variable name and complete other related changes so
there are no more references to the old SDL.

Fixes: 0015ca5c ("ui: remove support for SDL1.2 in favour of SDL2")
Signed-off-by: default avatarCarlo Marcelo Arenas Belón <carenas@gmail.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Message-Id: <20190710225528.409-1-carenas@gmail.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent edd318b7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment