Opened 6 years ago

Closed 6 years ago

#55994 closed enhancement (fixed)

meson: installs_libs no?

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: mojca (Mojca Miklavec)
Port: meson

Description

GPL-licensed ports that build with meson become nondistributable, because meson uses python36, and python36 uses openssl, and the GPL conflicts with the openssl license.

"ncmpc" is not distributable because its license "gpl" conflicts with license "OpenSSL" of dependency "openssl"

Does meson install any libraries that get embedded into software built using meson, such that they would affect that software's license? I am assuming that it does not, and that it should therefore use installs_libs no to indicate that.

Change History (2)

comment:1 Changed 6 years ago by mojca (Mojca Miklavec)

Meson merely generates text files with python scripts. No remnants of openssl whatsoever. Feel free to change it if you are at it.

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.