gnu: xfwm4: Add inputs libdrm and libxdamage.

* gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
This commit is contained in:
宋文武 2015-03-01 18:41:57 +08:00
parent 39a4d761c7
commit 8ccf68f9e0
1 changed files with 5 additions and 3 deletions

View File

@ -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