gnu: xcb-util-cursor: Propagate dependencies from 'xcb-cursor.pc'.
* gnu/packages/xorg.scm (xcb-util-cursor)[inputs]: Move xcb-util-renderutil and xcb-util-image to ... [propagated-inputs]: ... here.
This commit is contained in:
parent
6e02766d43
commit
81f4f1051f
|
@ -5408,8 +5408,9 @@ The XCB util module provides the following libraries:
|
||||||
`(("m4" ,m4)
|
`(("m4" ,m4)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxcb" ,libxcb)
|
`(("libxcb" ,libxcb)))
|
||||||
("xcb-util-renderutil" ,xcb-util-renderutil)
|
(propagated-inputs
|
||||||
|
`(("xcb-util-renderutil" ,xcb-util-renderutil)
|
||||||
("xcb-util-image" ,xcb-util-image)))
|
("xcb-util-image" ,xcb-util-image)))
|
||||||
(home-page "https://cgit.freedesktop.org/xcb/util-cursor/")
|
(home-page "https://cgit.freedesktop.org/xcb/util-cursor/")
|
||||||
(synopsis "Port of libxcursor")
|
(synopsis "Port of libxcursor")
|
||||||
|
|
Loading…
Reference in New Issue