guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: xfwm4: Add inputs libdrm and libxdamage.


From: ???
Subject: 14/14: gnu: xfwm4: Add inputs libdrm and libxdamage.
Date: Sun, 01 Mar 2015 10:49:41 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 8ccf68f9e0d3a29d62d91a115e14e9ce5dca5c83
Author: 宋文武 <address@hidden>
Date:   Sun Mar 1 18:41:57 2015 +0800

    gnu: xfwm4: Add inputs libdrm and libxdamage.
    
    * gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
---
 gnu/packages/xfce.scm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 420a819..3ec0811 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -472,10 +472,12 @@ and import the new pictures from your camera.")
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
     (inputs
-     `(("libwnck", libwnck-1)
+     `(("libdrm" ,libdrm)
+       ("libwnck" ,libwnck-1)
+       ("libxcomposite" ,libxcomposite)
+       ("libxdamage" ,libxdamage)
        ("libxfce4ui" ,libxfce4ui)
-       ("libxrandr" ,libxrandr)
-       ("libxcomposite" ,libxcomposite)))
+       ("libxrandr" ,libxrandr)))
     (home-page "http://www.xfce.org/";)
     (synopsis "Xfce window manager")
     (description



reply via email to

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