Skip to content
  1. Apr 29, 2024
  2. Sep 18, 2023
  3. Sep 07, 2023
  4. Jun 02, 2023
  5. May 26, 2023
  6. Apr 26, 2023
  7. Jan 23, 2023
  8. Dec 23, 2022
  9. Nov 28, 2022
  10. Sep 13, 2022
  11. Sep 06, 2022
  12. Aug 08, 2022
  13. Jul 14, 2022
  14. Jul 07, 2022
  15. Jun 27, 2022
    • Eli Schwartz's avatar
      fix invalid use of subprojects · 8da5e173
      Eli Schwartz authored
      The keycodemapdb Meson subproject provides a program and a source input.
      Since it is a subproject, Meson wants to sandbox that and requires it to
      be explicitly exported. But this never happened -- instead, we manually
      poked at files using the actual string path "subprojects/......"
      
      This was always a Meson sandbox violation, but Meson 0.63.0 started
      noticing it and erroring out.
      
      Instead, do the right thing. Update the subproject to a version that has
      a meson.build with actually meaningful contents -- namely, a files
      variable and a found program. Then use these in order to run the needed
      custom_target.
      
      In the process, it is also necessary to correct the argument ordering
      when running keymap-gen.
      8da5e173