summaryrefslogtreecommitdiff
path: root/graphics/libepoxy/patches/patch-configure.ac
blob: 6c30b4801b0ef9d01331fe1b277b3c0df8dd967a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-configure.ac,v 1.5 2017/02/17 15:17:09 wiz Exp $

Override EGL detection.
On Darwin, build GLX only for X11 configuration.

--- configure.ac.orig	2017-02-06 16:00:20.000000000 +0000
+++ configure.ac
@@ -71,7 +71,7 @@ AS_CASE([$enable_glx],
   [auto], [
     AS_CASE([$host_os],
             [mingw*], [build_glx=no],
-            [darwin*], [build_glx=no],
+            [darwin*], [build_glx=yes],
             [android*], [build_glx=no],
             [build_glx=yes])
   ],