aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-glx-x11.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-glx-x11.cfg')
-rw-r--r--make/gl-glx-x11.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/make/gl-glx-x11.cfg b/make/gl-glx-x11.cfg
index 99292615a..359e35c62 100644
--- a/make/gl-glx-x11.cfg
+++ b/make/gl-glx-x11.cfg
@@ -6,5 +6,9 @@ Style InterfaceOnly
JavaClass GLX
Include gl-common-x11.cfg
-# Ignore everything that doesn't start with glX, GLX or XVisualInfo
-IgnoreNot ^(glX|GLX|XVisualInf).+
+# Ignore everything that doesn't start with glX or GLX
+IgnoreNot ^(glX|GLX).+
+
+# Pick up ignores that must also be included in other platforms' impl
+# files
+Include gl-glx-common.cfg