diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-03-01 18:41:57 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-03-01 18:41:57 +0800 |
commit | 8ccf68f9e0d3a29d62d91a115e14e9ce5dca5c83 (patch) | |
tree | a772dc2f305dc86a7e17b97893cd7d40b2b7f886 /gnu/packages/xfce.scm | |
parent | 39a4d761c7311fcb43b68af77ee8822477b161a0 (diff) | |
download | patches-8ccf68f9e0d3a29d62d91a115e14e9ce5dca5c83.tar patches-8ccf68f9e0d3a29d62d91a115e14e9ce5dca5c83.tar.gz |
gnu: xfwm4: Add inputs libdrm and libxdamage.
* gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | 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 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 |