diff options
author | Ingo Ruhnke <grumbel@gmail.com> | 2019-10-01 14:25:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-09 18:50:45 +0200 |
commit | 52b61e999101724c7e2d341586e9a6150614f208 (patch) | |
tree | de0c61c0090b7deb0742440856ea5f07325d05dc /gnu | |
parent | d1b8ef998d4b1d7dc6e80bef9cbf65636d8e67a5 (diff) | |
download | guix-52b61e999101724c7e2d341586e9a6150614f208.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index dd6b3e5a36..d1e81a8efc 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -743,6 +743,7 @@ application suites.") ("libxinerama" ,libxinerama) ("libxkbcommon" ,libxkbcommon) ("libxdamage" ,libxdamage) + ("libxrandr" ,libxrandr) ("mesa" ,mesa) ("pango" ,pango) ("wayland" ,wayland) |