gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

gtk4: stop linking gsk & gdk against it #184

Closed bilelmoussaoui closed 3 years ago

bilelmoussaoui commented 3 years ago

otherwise we get something like below

'the package gsk4-sys links to the native library gtk-4, but it conflicts with a previous package which links to gtk-4 as well:'

sdroege commented 3 years ago

@GuillaumeGomez CI is green. Also CC @seungha-yang

GuillaumeGomez commented 3 years ago

Thanks!

bilelmoussaoui commented 3 years ago

Hmm, seems we will need that for other crates as well

the package `gdkx11-sys` links to the native library `gdk-3`, but it conflicts with a previous package which links to `gdk-3` as well:
package `gdk-sys v0.10.0 (https://github.com/gtk-rs/sys#4d9946c3)`
    ... which is depended on by `gdkx11 v0.9.0 (/home/bilelmoussaoui/Projects/gdkx11)`
sdroege commented 3 years ago

Hmm, seems we will need that for other crates as well

Indeed. Can you create a PR for this?