mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
don't build glx if no x11
This commit is contained in:
parent
cd42f0d799
commit
903569a729
@ -735,7 +735,7 @@
|
|||||||
// How about GLX?
|
// How about GLX?
|
||||||
#define GLX_IPATH
|
#define GLX_IPATH
|
||||||
#define GLX_LPATH
|
#define GLX_LPATH
|
||||||
#defer HAVE_GLX $[and $[HAVE_GL],$[UNIX_PLATFORM]]
|
#defer HAVE_GLX $[and $[HAVE_GL],$[HAVE_X11]]
|
||||||
|
|
||||||
// glXGetProcAddress() is the function used to query OpenGL extensions
|
// glXGetProcAddress() is the function used to query OpenGL extensions
|
||||||
// under X. However, this function is itself an extension function,
|
// under X. However, this function is itself an extension function,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user