From 8ccf68f9e0d3a29d62d91a115e14e9ce5dca5c83 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sun, 1 Mar 2015 18:41:57 +0800 Subject: gnu: xfwm4: Add inputs libdrm and libxdamage. * gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs. --- gnu/packages/xfce.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 420a819db4..3ec081133a 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 -- cgit v1.2.3