pentamassiv / gtk4-layer-shell-gir

Unsafe bindings and a safe wrapper for gtk4-layer-shell, automatically generated from a .gir file
MIT License
22 stars 2 forks source link

support vendored build of `gtk4-layer-shell` #29

Open mokurin000 opened 9 months ago

mokurin000 commented 9 months ago

Thus we does not require system-wide installation or RPATH, etc.

IIRC, license of this crate is fine with GPL library it could statically links to, the only difference is, the compiled executable (of the app depends on gtk4-layer-shell-gir) need to be licensed under GPL

pentamassiv commented 8 months ago

I think the way forward is to also get it packaged (related https://github.com/wmww/gtk4-layer-shell/issues/32). All the GTK related crates just expect the libraries to be present on the system