Skip to content
Snippets Groups Projects
  1. Aug 31, 2022
  2. Aug 30, 2022
  3. Aug 29, 2022
  4. Aug 28, 2022
  5. Aug 27, 2022
    • David's avatar
      configure.ac: Use pkg-config to detect presence of libgme · 3a08825c
      David authored and David's avatar David committed
      Use the existing pkg-config file to detect presence of libgme. This file
      is already shipped on all known libgme versions (checked back until
      0.6.0, which is from 2015).
      
      This fixes build with recent libgme versions, which added even more
      dependencies which were missing in the old check.
      
      Fixes #27262
      3a08825c
    • David's avatar
      contrib: gme: Prepare pkgconfig file and list lc++ on mac · 9946913f
      David authored and David's avatar David committed
      On mac, we use libc++ instead of libstdc++. While the library is
      actually build against libc++ already, the pkgconfig file still
      hardcoded libstdc++ instead.
      
      Refs #27262
      9946913f
Loading