gnu: xfwm4: Add inputs libdrm and libxdamage.
* gnu/packages/xfce.scm (xfwm4): Add libdrm and libxdamage to inputs.
This commit is contained in:
parent
39a4d761c7
commit
8ccf68f9e0
|
@ -472,10 +472,12 @@ and import the new pictures from your camera.")
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libwnck", libwnck-1)
|
`(("libdrm" ,libdrm)
|
||||||
|
("libwnck" ,libwnck-1)
|
||||||
|
("libxcomposite" ,libxcomposite)
|
||||||
|
("libxdamage" ,libxdamage)
|
||||||
("libxfce4ui" ,libxfce4ui)
|
("libxfce4ui" ,libxfce4ui)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)))
|
||||||
("libxcomposite" ,libxcomposite)))
|
|
||||||
(home-page "http://www.xfce.org/")
|
(home-page "http://www.xfce.org/")
|
||||||
(synopsis "Xfce window manager")
|
(synopsis "Xfce window manager")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue