summaryrefslogtreecommitdiffstats
path: root/make/gl-glx-x11.cfg
blob: 359e35c625a60546b4e0581d9ab17b4f357c2ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This .cfg file is used to generate the interface which contains the
# window system-specific extensions which are exposed (via
# inheritance) to the GL interface.
Package net.java.games.jogl
Style InterfaceOnly
JavaClass GLX
Include gl-common-x11.cfg

# 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