[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] gnu: libxft: Propagate input.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/2] gnu: libxft: Propagate input. |
Date: |
Sat, 25 Jan 2014 16:19:52 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> skribis:
> + (propagated-inputs
> + `(("libxrender" ,libxrender))) ;; libxft refers to symbols in
> libxrender,
> + ;; so without it, applications cannot
> be built.
The only reasons I can think of where we may want to propagate are when:
• installed C headers (or .scm, or Perl files, etc.) refer to headers
of another library;
• a .pc file lists another .pc in its ‘Requires’ field.
Here the problem seem to be a link-time error in some other program,
right? Could you post the details?
I’m asking because it could be that the problem lies elsewhere, and I
want to make sure we’re not overlooking something.
Thanks,
Ludo’.
- Re: [PATCH 3/3] gnu: Add octave and dependencies, (continued)
- Re: [PATCH 3/3] gnu: Add octave and dependencies, Ludovic Courtès, 2014/01/26
- Re: [PATCH 3/3] gnu: Add octave and dependencies, John Darrington, 2014/01/27
- Re: [PATCH 3/3] gnu: Add octave and dependencies, Ludovic Courtès, 2014/01/27
- Re: [PATCH 3/3] gnu: Add octave and dependencies, John Darrington, 2014/01/29
- Re: [PATCH 3/3] gnu: Add octave and dependencies, Ludovic Courtès, 2014/01/29
- Re: [PATCH 3/3] gnu: Add octave and dependencies, Sree Harsha Totakura, 2014/01/27
- Installing a C tool chain, Ludovic Courtès, 2014/01/27
- Re: Installing a C tool chain, Sree Harsha Totakura, 2014/01/27
Re: [PATCH 1/3] gnu: libxft: Propagate input., Ludovic Courtès, 2014/01/24