guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: gtk+: Add libxrandr input.


From: guix-commits
Subject: 08/08: gnu: gtk+: Add libxrandr input.
Date: Wed, 9 Oct 2019 12:54:50 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 52b61e999101724c7e2d341586e9a6150614f208
Author: Ingo Ruhnke <address@hidden>
Date:   Tue Oct 1 14:25:32 2019 +0200

    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 <address@hidden>
---
 gnu/packages/gtk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index dd6b3e5..d1e81a8 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]