Re: [PATCH v2 5/7] gnu: colord: Add libcap input.

2015-08-25 Thread Ludovic Courtès
Andy Wingo skribis: > On Tue 25 Aug 2015 17:03, l...@gnu.org (Ludovic Courtès) writes: > >> Andy Wingo skribis: >> >>> * gnu/packages/gnome.scm (colord): Add libcap as an input. I don't know >>> why; >>> I suspect something libtool-related with libelogind.la. >> >> If libelogind.la has a -lc

Re: [PATCH v2 5/7] gnu: colord: Add libcap input.

2015-08-25 Thread Andy Wingo
On Tue 25 Aug 2015 17:03, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> * gnu/packages/gnome.scm (colord): Add libcap as an input. I don't know why; >> I suspect something libtool-related with libelogind.la. > > If libelogind.la has a -lcap without -L/...-libcap, then could

Re: [PATCH v2 5/7] gnu: colord: Add libcap input.

2015-08-25 Thread Ludovic Courtès
Andy Wingo skribis: > * gnu/packages/gnome.scm (colord): Add libcap as an input. I don't know why; > I suspect something libtool-related with libelogind.la. If libelogind.la has a -lcap without -L/...-libcap, then could you add a phase there to do that instead? (For example the recipe for hw

[PATCH v2 5/7] gnu: colord: Add libcap input.

2015-08-20 Thread Andy Wingo
* gnu/packages/gnome.scm (colord): Add libcap as an input. I don't know why; I suspect something libtool-related with libelogind.la. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1c31be2..8763380 100644 ---