Comment 6 for bug 1306629

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote : Re: SDL_syswm.h can't find mir_toolkit/mir_client_library.h

Problem is how mir installes its headers, which isn't the real issue. Its just atm, its looking for <mir_toolkit/mir_client_library.h> from /usr/include, which its in /usr/include/mirclient/mir_toolkit/mir_client_lilbrary.h.

So a fix is to ensure the sdl2.pc file includes the MIR_CFLAGS, only when its enabled.

http://paste.ubuntu.com/7270442/

Ill look into creating a patch to get this fixed ASAP.

Sorry!