Skip to content
  1. Apr 24, 2024
  2. Apr 23, 2024
  3. Apr 21, 2024
    • Benjamin Gilbert's avatar
      build: Avoid unnecessary format() when building long options · f5e2300c
      Benjamin Gilbert authored
      When building a custom_target command line,
      
          '--opt=@0@'.format(x.full_path())
      
      can be replaced with
      
          '--opt', x
      
      which is simpler and avoids hiding the `x` dependency from Meson.  In some
      cases we were declaring that dependency explicitly; stop doing so.
      
      This should fix an occasional build error from build-aux/gen-resources.py
      when glib is built as a parallel subproject:
      
          FileNotFoundError: [Errno 2] No such file or directory: '[...]/glib-2.80.0/gio/glib-compile-resources'
      
      We can't just add glib_compile_resources to `depends` because `depends`
      doesn't accept `external_program` arguments.
      f5e2300c
  4. Apr 20, 2024
  5. Apr 19, 2024
  6. Apr 12, 2024
  7. Apr 05, 2024
  8. Mar 14, 2024
  9. Jan 31, 2024
  10. Sep 20, 2023
  11. Sep 19, 2023
  12. Aug 18, 2023
  13. Aug 08, 2023
  14. Jul 19, 2023
  15. May 02, 2023
  16. Mar 10, 2023
  17. Feb 22, 2023
  18. Dec 18, 2022
  19. Oct 25, 2022
  20. Oct 23, 2022
  21. Oct 14, 2022
  22. Oct 03, 2022
  23. Sep 18, 2022
  24. Aug 25, 2022
  25. Aug 23, 2022
  26. Aug 22, 2022