diff options
author | Leo Famulari <leo@famulari.name> | 2016-12-04 17:37:30 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-05 17:09:15 -0500 |
commit | 81f4f1051fa038a6ae10c930c6475f49ec8cb056 (patch) | |
tree | a5a4cfa5cc3ff19c5b14f0cc4ebb7d0f0d364e65 /gnu/packages/xorg.scm | |
parent | 6e02766d433c8d5f56af628fbcaf5f2ca6e63953 (diff) | |
download | guix-81f4f1051fa038a6ae10c930c6475f49ec8cb056.tar.gz |
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.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 18271b5ed4..fc721cafbd 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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") |