Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
756 stars 54 forks source link

Why is it linked against both gtk3 and gtk4? #444

Open jirutka opened 1 month ago

jirutka commented 1 month ago

Why is it linked against both gtk3 and gtk4? I installed GPaste on Alpine Linux with Sway 1.8, tried to remove libgpaste-gtk4.so.*, and the UI still works. So where/how is Gtk4 used? Can we build it only against one of them?

EDIT: Aha, the Preferences UI depends on gtk4. Why?