vk: Add GetPhysicalDeviceFeatures
[mesa.git] / src / glx / indirect_glx.c
index 1bcecda9f48d1b2f9fb6192c80f07b99491757f6..bb121f85b40f3e27061365c617c38cab32d8811e 100644 (file)
@@ -33,6 +33,8 @@
 #include "glapi.h"
 #include "glxclient.h"
 
+#ifndef GLX_USE_APPLEGL
+
 extern struct _glapi_table *__glXNewIndirectAPI(void);
 
 /*
@@ -488,3 +490,5 @@ indirect_create_screen(int screen, struct glx_display * priv)
 
    return psc;
 }
+
+#endif