mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
73 stars 189 forks source link

libopenjp2: remove dead code #1433

Closed bgilbert closed 6 months ago

bgilbert commented 6 months ago

Almost two thirds of the libopenjp2 wrap is commented out or unreachable. Remove this code and the corresponding options. Most of the commented-out code is unconverted CMake directives from the original commit 847561a11f in April 2020 and hasn't been maintained for new releases.

Drop build directives for the Java binding, which have some uncommented lines but still contain CMakeisms and can't have ever worked.

Some of the other options currently don't build successfully, but leave those alone for now.

jpakkane commented 6 months ago

Nice cleanup.