From 6b3a3a45770b870c241c1244863c4a0b5cd791d2 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 19 Dec 2015 13:52:06 +0100 Subject: Update GLX to use glXChooseFBConfig --- build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 7afeb89..d1c5390 100644 --- a/build.rs +++ b/build.rs @@ -80,6 +80,7 @@ fn main() { "GLX_ARB_create_context".to_string(), "GLX_ARB_create_context_profile".to_string(), "GLX_ARB_create_context_robustness".to_string(), + "GLX_ARB_fbconfig_float".to_string(), "GLX_ARB_framebuffer_sRGB".to_string(), "GLX_EXT_framebuffer_sRGB".to_string(), "GLX_EXT_swap_control".to_string(), -- cgit v1.2.3