r7l Tux's lil' helper
Joined: 16 Feb 2019 Posts: 91
|
Posted: Tue Nov 26, 2024 8:17 am Post subject: GTK+ without X is causing issues for Wayland applications |
|
|
Installing x11-libs/gtk+ with USE="-X", will lead to issues with applications like gui-apps/nwg-dock-hyprland (from Guru):
Code: | ../go-mod/github.com/gotk3/gotk3@v0.6.5-0.20240618185848-ff349ae13f56/gdk/screen_x11.go:7:11: fatal error: gdk/gdkx.h: No such file or directory
7 | // #include <gdk/gdkx.h>
| ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:11: build] Error 1
|
The issue goes away when using USE="X" but i am wondering if this is a bug in the gtk+ Ebuild or if this should be expected. I'd like to file a bug for either one of the packages but i am not sure which one. |
|