From ece3143d8ff619f02d7b2f8b4c8f7c656c1c4942 Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Thu, 17 Apr 2014 13:58:39 -0700 Subject: [PATCH] Add MIR_CFLAGS to SDL_CFLAGS so these cflags are added to the sdl2.pc file. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 0261a7a10..f7537f0bf 100644 --- a/configure.in +++ b/configure.in @@ -1299,6 +1299,7 @@ AC_HELP_STRING([--enable-mir-shared], [dynamically load Mir support [[default=ma EXTRA_LDFLAGS="$EXTRA_LDFLAGS $MIR_LIBS" SUMMARY_video="${SUMMARY_video} mir" fi + SDL_CFLAGS="$SDL_CFLAGS $MIR_CFLAGS" have_video=yes fi fi