[PATCH] Move xtrans.pc to /usr/share/pkg-config

2023-08-31 Thread Lam Le

[PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-09-25 Thread Mikhail Gusarov
This fixes configuration in cross-compilation mode: pkg-config does not look for .pc in /usr/lib/pkg-config during cross-compilation to avoid picking up wrong libraries. Signed-off-by: Mikhail Gusarov --- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makef

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2023-08-31 Thread Alan Coopersmith
On 8/29/23 14:48, Lam Le wrote: Your message came through with no body - no patch file was included. But we generally don't do patches by email in X.Org any more, instead we take merge requests in our projects on https://gitlab.freedesktop.org/xorg/ but note the banner message about having to re

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2024-04-08 Thread Lam Le
Ok, thanks for the reply. Vào 22:50, T.5, 31 Th8, 2023 Alan Coopersmith đã viết: > On 8/29/23 14:48, Lam Le wrote: > > Your message came through with no body - no patch file was included. > > But we generally don't do patches by email in X.Org any more, instead > we take merge requests in our pr

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-09-28 Thread Mikhail Gusarov
Twas brillig at 04:39:20 26.09.2009 UTC+07 when dotted...@dottedmag.net did gyre and gimble: MG> This fixes configuration in cross-compilation mode: Whoops. This was a patch for libxt, sorry for not making it clear. -- http://fossarchy.blogspot.com/ pgpS8canGEmFT.pgp Description: PGP sig

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-09-28 Thread Alan Coopersmith
Mikhail Gusarov wrote: > Twas brillig at 04:39:20 26.09.2009 UTC+07 when dotted...@dottedmag.net did > gyre and gimble: > > MG> This fixes configuration in cross-compilation mode: > > Whoops. This was a patch for libxt, sorry for not making it clear. Don't you mean libxtrans? As for the patc

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-09-28 Thread Mikhail Gusarov
Twas brillig at 09:19:37 28.09.2009 UTC-07 when alan.coopersm...@sun.com did gyre and gimble: >> MG> This fixes configuration in cross-compilation mode: >> Whoops. This was a patch for libxt, sorry for not making it clear. AC> Don't you mean libxtrans? :) Yes AC> As for the patch, the pkg

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-09-29 Thread Dan Nicholson
On Mon, Sep 28, 2009 at 9:19 AM, Alan Coopersmith wrote: > Mikhail Gusarov wrote: >> Twas brillig at 04:39:20 26.09.2009 UTC+07 when dotted...@dottedmag.net did >> gyre and gimble: >> >>  MG> This fixes configuration in cross-compilation mode: >> >> Whoops. This was a patch for libxt, sorry for n

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-03 Thread Daniel Stone
On Sat, Sep 26, 2009 at 04:39:20AM +0700, Mikhail Gusarov wrote: > This fixes configuration in cross-compilation mode: > pkg-config does not look for .pc in /usr/lib/pkg-config during > cross-compilation to avoid picking up wrong libraries. Hmm. Doesn't that mean that we'd have to change every in

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-03 Thread Mikhail Gusarov
Twas brillig at 11:55:24 04.10.2009 UTC+11 when dan...@fooishbar.org did gyre and gimble: DS> On Sat, Sep 26, 2009 at 04:39:20AM +0700, Mikhail Gusarov wrote: >> This fixes configuration in cross-compilation mode: >> pkg-config does not look for .pc in /usr/lib/pkg-config during >> cross-com

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-05 Thread Alan Coopersmith
Mikhail Gusarov wrote: > "PKG_CONFIG_PATH ... the default is libdir/pkgconfig:datadir/pkgconfig > where libdir is the libdir where pkg-config and datadir is the datadir > where pkg-config was installed." > > Traced back to pkg-config 0.16, released 26.03.2005, 0.15 do not have > it. Okay - I di

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-05 Thread Adam Jackson
On Sun, 2009-10-04 at 11:55 +1100, Daniel Stone wrote: > On Sat, Sep 26, 2009 at 04:39:20AM +0700, Mikhail Gusarov wrote: > > This fixes configuration in cross-compilation mode: > > pkg-config does not look for .pc in /usr/lib/pkg-config during > > cross-compilation to avoid picking up wrong librar

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-05 Thread Dan Nicholson
On Mon, Oct 5, 2009 at 12:28 PM, Adam Jackson wrote: > On Sun, 2009-10-04 at 11:55 +1100, Daniel Stone wrote: >> On Sat, Sep 26, 2009 at 04:39:20AM +0700, Mikhail Gusarov wrote: >> > This fixes configuration in cross-compilation mode: >> > pkg-config does not look for .pc in /usr/lib/pkg-config du

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-15 Thread Julien Cristau
On Sat, Sep 26, 2009 at 04:39:20 +0700, Mikhail Gusarov wrote: > This fixes configuration in cross-compilation mode: > pkg-config does not look for .pc in /usr/lib/pkg-config during > cross-compilation to avoid picking up wrong libraries. > > Signed-off-by: Mikhail Gusarov Acked-by: Julien Cris

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-15 Thread Dan Nicholson
On Thu, Oct 15, 2009 at 1:42 PM, Julien Cristau wrote: > On Sat, Sep 26, 2009 at 04:39:20 +0700, Mikhail Gusarov wrote: > >> This fixes configuration in cross-compilation mode: >> pkg-config does not look for .pc in /usr/lib/pkg-config during >> cross-compilation to avoid picking up wrong librarie

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-15 Thread Alan Coopersmith
Julien Cristau wrote: > On Sat, Sep 26, 2009 at 04:39:20 +0700, Mikhail Gusarov wrote: > >> This fixes configuration in cross-compilation mode: >> pkg-config does not look for .pc in /usr/lib/pkg-config during >> cross-compilation to avoid picking up wrong libraries. >> >> Signed-off-by: Mikhail G

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-15 Thread Dan Nicholson
On Thu, Oct 15, 2009 at 6:15 PM, Alan Coopersmith wrote: > Julien Cristau wrote: >> On Sat, Sep 26, 2009 at 04:39:20 +0700, Mikhail Gusarov wrote: >> >>> This fixes configuration in cross-compilation mode: >>> pkg-config does not look for .pc in /usr/lib/pkg-config during >>> cross-compilation to

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-15 Thread Alan Coopersmith
Dan Nicholson wrote: > May want some patches to build.sh, jhbuildrc and > build-from-tarballs.sh to add $datadir/share/pkgconfig to > PKG_CONFIG_PATH. They'll definitely break in their default > configurations. I don't have the time right now to make the patches, > but can a little later. Good poi

Re: [PATCH] Move xtrans.pc to /usr/share/pkg-config

2009-10-16 Thread Dan Nicholson
On Thu, Oct 15, 2009 at 06:46:17PM -0700, Alan Coopersmith wrote: > Dan Nicholson wrote: > > May want some patches to build.sh, jhbuildrc and > > build-from-tarballs.sh to add $datadir/share/pkgconfig to > > PKG_CONFIG_PATH. They'll definitely break in their default > > configurations. I don't have