Skip to content
Snippets Groups Projects
  1. Dec 15, 2020
  2. Nov 23, 2020
  3. Nov 20, 2020
  4. Nov 04, 2020
  5. Oct 26, 2020
  6. Oct 13, 2020
  7. Oct 06, 2020
  8. Sep 30, 2020
  9. Sep 17, 2020
  10. Sep 14, 2020
  11. Sep 13, 2020
  12. Sep 08, 2020
  13. Sep 03, 2020
    • Gerd Hoffmann's avatar
      meson: fix keymaps without qemu-keymap · 09db9b9d
      Gerd Hoffmann authored
      
      In case the qemu-keymap tool generating them is neither installed on the
      system nor built from sources (due to xkbcommon not being available)
      qemu will not find the keymaps when started directly from the build
      tree,
      
      This happens because commit ddcf607f ("meson: drop keymaps symlink")
      removed the symlink to the source tree, and the special handling for
      install doesn't help in case we do not install qemu.
      
      Lets fix that by simply copying over the file from the source tree as
      fallback.
      
      Reported-by: default avatarThomas Huth <thuth@redhat.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Message-Id: <20200827102617.14448-1-kraxel@redhat.com>
      [thuth: Rebased, changed "config_host['qemu_datadir']" to "qemu_datadir",
              added Gerd's UNLINK fix to configure script]
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      09db9b9d
  14. Sep 01, 2020
  15. Aug 24, 2020
  16. Aug 22, 2020
Loading