On Tue, 14 Aug 2012 12:59:42 -0700
Matt Turner wrote:
> Cc: Jeremy Huddleston
> ---
> Jeremy, does OS X ship the pkg-config files?
Haiku doesn't... Mesa should have a path to properly handle a system
not having X11 installed. ( Mesa *is* the only open source GL project
in town... lets keep a le
On Wed, Aug 15, 2012 at 2:21 AM, Andreas Boll
wrote:
>> @@ -975,38 +941,19 @@ xyesno)
>> fi
>>
>> # find the DRI deps for libGL
>> -if test "$x11_pkgconfig" = yes; then
>> -PKG_CHECK_MODULES([XCB],[x11-xcb xcb-glx >= 1.8.1])
>
> Don't we need to check against xcb-glx >= 1.8.1
2012/8/14 Matt Turner :
> Cc: Jeremy Huddleston
> ---
> Jeremy, does OS X ship the pkg-config files?
>
> configure.ac | 85
> +++---
> 1 files changed, 16 insertions(+), 69 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 2ec
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
Cc: Jeremy Huddleston
---
Jeremy, does OS X ship the pkg-config files?
configure.ac | 85 +++---
1 files changed, 16 insertions(+), 69 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2ecedaf..e1c8818 100644
--- a/configure.ac
+++