aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/main.rs')
-rw-r--r--components/servo/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/main.rs b/components/servo/main.rs
index 235b455ab32..81723d64b04 100644
--- a/components/servo/main.rs
+++ b/components/servo/main.rs
@@ -14,9 +14,9 @@ extern crate servo;
extern crate time;
extern crate "util" as servo_util;
-#[cfg(all(feature = "glutin",not(test)))]
+#[cfg(all(feature = "glutin_app",not(test)))]
extern crate "glutin_app" as app;
-#[cfg(all(feature = "glfw_app",not(test)))]
+#[cfg(all(feature = "glfw",not(test)))]
extern crate "glfw_app" as app;
#[cfg(not(test))]