aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-12-19 15:00:32 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-12-19 15:00:32 +0100
commit61bca52217471eca4c4aff1dd84b980966be4bfc (patch)
tree44fd55933fe283b7a784492ef6a4c1124c18a543 /build.rs
parent67356b45a3ff10f87e51dee254994670af8cdfce (diff)
downloadglutin-61bca52217471eca4c4aff1dd84b980966be4bfc.tar.gz
glutin-61bca52217471eca4c4aff1dd84b980966be4bfc.zip
Fix compilation on linux
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index d1c5390..bf25c95 100644
--- a/build.rs
+++ b/build.rs
@@ -80,9 +80,11 @@ fn main() {
"GLX_ARB_create_context".to_string(),
"GLX_ARB_create_context_profile".to_string(),
"GLX_ARB_create_context_robustness".to_string(),
+ "GLX_ARB_context_flush_control".to_string(),
"GLX_ARB_fbconfig_float".to_string(),
"GLX_ARB_framebuffer_sRGB".to_string(),
"GLX_EXT_framebuffer_sRGB".to_string(),
+ "GLX_ARB_multisample".to_string(),
"GLX_EXT_swap_control".to_string(),
"GLX_SGI_swap_control".to_string()
],