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>
This commit is contained in:
Ingo Ruhnke 2019-10-01 14:25:32 +02:00 committed by Marius Bakke
parent d1b8ef998d
commit 52b61e9991
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -743,6 +743,7 @@ (define-public gtk+
("libxinerama" ,libxinerama)
("libxkbcommon" ,libxkbcommon)
("libxdamage" ,libxdamage)
("libxrandr" ,libxrandr)
("mesa" ,mesa)
("pango" ,pango)
("wayland" ,wayland)