1. 16 Mar, 2011 10 commits
  2. 15 Mar, 2011 8 commits
  3. 14 Mar, 2011 10 commits
  4. 13 Mar, 2011 2 commits
  5. 12 Mar, 2011 8 commits
  6. 11 Mar, 2011 2 commits
    • Mans Rullgard's avatar
      configure: use pkg-config helpers · 4fa18c56
      Mans Rullgard authored
      This makes existing pkg-config uses as well as the libsdl checks
      use the new pkg-config helper functions, which should be more
      robust against broken systems.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      4fa18c56
    • Mans Rullgard's avatar
      configure: improve pkg-config support · 3f8040db
      Mans Rullgard authored
      This adds helper functions for checking packages with pkg-config
      and managing the associated flags.
      
      Note that pkg-config use is still discouraged due to widespread
      poor practices resulting in broken flags in many situations.  A
      few badly designed packages require flags only obtainable using
      pkg-config, and these functions are intended for those cases.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      3f8040db