Johannes Obermayr writes:
> Am Montag, 9. Juli 2012, 09:45:56 schrieb Eric Anholt:
>> osmesa didn't install gl.pc in the past as far as I can see, and I don't
>> think it should -- it's not a normal GL implementation, so you want to
>> be specifically looking for osmesa in your pkgconfig checks.
Am Montag, 9. Juli 2012, 09:45:56 schrieb Eric Anholt:
> osmesa didn't install gl.pc in the past as far as I can see, and I don't
> think it should -- it's not a normal GL implementation, so you want to
> be specifically looking for osmesa in your pkgconfig checks.
Mesa-demos require gl.pc (line 2
osmesa didn't install gl.pc in the past as far as I can see, and I don't
think it should -- it's not a normal GL implementation, so you want to
be specifically looking for osmesa in your pkgconfig checks.
pgp9AaCd4EExB.pgp
Description: PGP signature
___
Am Sonntag, 8. Juli 2012, 19:41:33 schrieb Kenneth Graunke:
> On 07/08/2012 03:12 PM, Johannes Obermayr wrote:
> > ---
> > configure.ac |1 +
> > src/mesa/Makefile.am |9 ++---
> > 2 files changed, 7 insertions(+), 3 deletions(-)
>
> It's never been clear to me whether one can
On 07/08/2012 03:12 PM, Johannes Obermayr wrote:
> ---
> configure.ac |1 +
> src/mesa/Makefile.am |9 ++---
> 2 files changed, 7 insertions(+), 3 deletions(-)
It's never been clear to me whether one can build OSMesa and non-OSMesa
at the same time. If you can, then of course
---
configure.ac |1 +
src/mesa/Makefile.am |9 ++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 46265a2..00279f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2126,6 +2126,7 @@ AC_SUBST([GALLIUM_MAKE_DIRS])
AM_CONDITI