3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Leo Famulari 2016-12-04 17:37:30 -05:00
parent 6e02766d43
commit 81f4f1051f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -5408,8 +5408,9 @@ The XCB util module provides the following libraries:
`(("m4" ,m4)
("pkg-config" ,pkg-config)))
(inputs
`(("libxcb" ,libxcb)
("xcb-util-renderutil" ,xcb-util-renderutil)
`(("libxcb" ,libxcb)))
(propagated-inputs
`(("xcb-util-renderutil" ,xcb-util-renderutil)
("xcb-util-image" ,xcb-util-image)))
(home-page "https://cgit.freedesktop.org/xcb/util-cursor/")
(synopsis "Port of libxcursor")