From 762c9c65f12b1cdd8f74c96683bb2a670ccdee5d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Nov 2019 20:05:43 +0100 Subject: X11: Remove libGL dependency from GL backend This was the only use of actual GL in the backend, and I'm relatively sure this flush is pointless anyway. If, for some bizarre reason, anyone really wants to run without double buffers, they are always free to flush themselves. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 23983ee..a1a317f 100644 --- a/wscript +++ b/wscript @@ -240,7 +240,7 @@ def build(bld): if bld.env.HAVE_GL: build_backend('x11', 'gl', - uselib=['GL', 'GLX', 'X11'], + uselib=['GLX', 'X11'], source=['pugl/detail/x11_gl.c']) if bld.env.HAVE_CAIRO: -- cgit v1.2.1