mbox series

[RFC,0/3] Allow Capstone 3.0.5 again and remove the submodule

Message ID 20220516145823.148450-1-thuth@redhat.com (mailing list archive)
Headers show
Series Allow Capstone 3.0.5 again and remove the submodule | expand

Message

Thomas Huth May 16, 2022, 2:58 p.m. UTC
Compiling with Capstone 3.0.5 seems still to work fine, so if we
allow this again, all our supported build environments should provide
this library nowadays. That means that we could get rid of the
integrated submodule now.

Thomas Huth (3):
  tests/vm: Add capstone to the NetBSD and OpenBSD VMs
  capstone: Allow version 3.0.5 again
  capstone: Remove the capstone submodule

 configure                     |  21 -------
 meson.build                   | 115 ++--------------------------------
 .gitlab-ci.d/buildtest.yml    |   3 +-
 .gitlab-ci.d/windows.yml      |   5 +-
 .gitmodules                   |   3 -
 capstone                      |   1 -
 meson_options.txt             |   3 +-
 scripts/meson-buildoptions.sh |   5 +-
 tests/vm/netbsd               |   3 +-
 tests/vm/openbsd              |   3 +-
 10 files changed, 16 insertions(+), 146 deletions(-)
 delete mode 160000 capstone