gnu: gtk+: Add libxrandr input.
This fixes multi-monitor issues in XFCE and other Gtk+ apps. * gnu/packages/gtk.scm (gtk+)[inputs]: Add libxrandr. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
d1b8ef998d
commit
52b61e9991
|
@ -743,6 +743,7 @@ application suites.")
|
|||
("libxinerama" ,libxinerama)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("libxdamage" ,libxdamage)
|
||||
("libxrandr" ,libxrandr)
|
||||
("mesa" ,mesa)
|
||||
("pango" ,pango)
|
||||
("wayland" ,wayland)
|
||||
|
|
Reference in New Issue