7 Commits

Author SHA1 Message Date
Dmitry Marakasov
248d1261f2 Fix pkgconfig list handling 2016-01-23 17:34:12 +03:00
Dmitry Marakasov
856dce3c67 Sort out list vs. string handling 2016-01-23 14:31:44 +03:00
Dmitry Marakasov
69bb914040 Improve SDL2Main library handling 2016-01-22 23:49:29 +03:00
Dmitry Marakasov
3d49425bf1 Use Requires in pkg-config file instead of adding sdl2 dependecies to Libs 2016-01-22 23:25:02 +03:00
Dmitry Marakasov
6d8c6c708a Cleanup pkgconfig file 2016-01-22 23:25:02 +03:00
Dmitry Marakasov
b20b256d0a Add used SDL libraries into pkgconfig file
As SDL2pp doesn't replace SDL2 and is designed to be used with plain
SDL2 code, consumers which use SDL2pp with pkgconfig will almost always
be forced to include both SDL2pp and SDL2 includes and libraries. This
seems inconvenient, so add SDL2 libraries to SDL2pp pkgconfig file. This
also improves consistency with the fact that SDL2 includes are
already included in sdl2pp.pc.
2015-01-19 01:05:11 +03:00
Dmitry Marakasov
eea2b2989b Install pkg-config file 2014-12-19 00:51:57 +03:00