Add MIR_CFLAGS to SDL_CFLAGS so these cflags are added to the sdl2.pc file.

This commit is contained in:
Brandon Schaefer 2014-04-17 13:58:39 -07:00
parent 63b46d3d88
commit ece3143d8f

View file

@ -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