pkgsrc/graphics/cogl/patches/patch-configure
prlw1 7412aa2f36 Find native X libGL.so.2 as well as modular X libGL.so.1.
While here, update to cogl to 1.20.0

Cogl 1.20.0                                                        2015-03-23

  List of changes since Cogl 1.18.2

  Support for "quad buffer" based stereo rendering
  Support for Mir window system
  A number of updates for the Wayland support
  Improved vblank sync when using glXWaitForMSC

Many thanks to:

  Marco Trevisan (Trevino)
  Owen W. Taylor
  Robert Bragg
  Rui Matos
  Adel Gadllah
  Chris Wilson
  Necdet Yuel
  Sebastian Rasmussen
  Seong-ho Cho
  Ting-Wei Lan
2015-07-25 15:52:25 +00:00

16 lines
375 B
Text

$NetBSD: patch-configure,v 1.1 2015/07/25 15:52:25 prlw1 Exp $
Find native X libGL.so.2 as well as modular X libGL.so.1.
https://bugzilla.gnome.org/show_bug.cgi?id=752864
--- configure.orig 2015-02-23 19:46:01.000000000 +0000
+++ configure
@@ -24239,7 +24239,7 @@ fi
fi
- COGL_GL_LIBNAME="libGL.so.1"
+ COGL_GL_LIBNAME="libGL.so"
fi