Controlling how meson handles dependency()

2022-06-13 Thread Jeremy Sequoia
Hey folks, I wanted to spend some time to get out an updated version of XQuartz to users to address some bugs in the previous release, and I'm hitting a build time issue I'm hoping folks here can help with. TL;DR: I want to figure out how to specify how to link zlib because meson is detecting

Re: [Mesa-dev] [PATCH mesa] meson: add GL/glext.h warning fix for MacOS

2018-06-15 Thread Jeremy Sequoia
Sent from my iPhone... > On Jun 15, 2018, at 09:35, Eric Engestrom wrote: > >> On Friday, 2018-06-15 08:14:40 -0700, Jeremy Huddleston Sequoia wrote: >> I think we can instead revert c7f3657450683827446072ad6b1e8fce04078162. > > If you think the issue is resolved, then please feel free to sen

Re: [Mesa-dev] [PATCH mesa 1/2] Add processor topology calculation implementation for Darwin/OSX targets.

2018-03-14 Thread Jeremy Sequoia
Sent from my iPhone... > On Mar 14, 2018, at 16:41, Matt Turner wrote: > > Subject should have a swr prefix or similar. > > On Wed, Mar 14, 2018 at 4:19 PM, Jeremy Huddleston Sequoia > wrote: >> From: Apple SWE > > Explain? I didn’t author it. Author is an Apple Employee in SWE who does

Re: [Mesa-dev] [PATCH 1/2] configure.ac: require pthread-stubs only where available

2017-03-02 Thread Jeremy Sequoia
Reviewed-by: Jeremy Huddleston Sequoia Seems like the right change to me. I was always a bit perplexed as to why that was there in the first place, so I'm glad to see it get the boot where not needed. Sent from my iPhone... > On Mar 2, 2017, at 11:02, Emil Velikov wrote: > > From: Emil Vel

Re: [Mesa-dev] [PATCH v2] mesa: Deal with size differences between GLuint and GLhandleARB in GetAttachedObjectsARB

2016-01-22 Thread Jeremy Sequoia
Sent from my iPhone... > On Jan 22, 2016, at 11:05, Ian Romanick wrote: > > Please revert the version of this patch that has already landed. > >> On 01/21/2016 08:48 AM, Jeremy Huddleston Sequoia wrote: >> Signed-off-by: Jeremy Huddleston Sequoia >> CC: Nicolai Hähnle >> CC: Matt Turner >>

Re: [Mesa-dev] [PATCH 1/3] build: Require X11 pkg-config files

2012-08-14 Thread Jeremy Sequoia
On 08/14/12, Matt Turner wrote: > Cc: Jeremy Huddleston > --- > Jeremy, does OS X ship the pkg-config files? > Yes, Leopard and later ship the pkg-config files with Apple's X11.  XQuartz also ships the pkg-config files. I've been meaning to get mesa building on OS X using autoconf.  mast