From b5b5af9b996c368454152c2d457a18ef0522326a Mon Sep 17 00:00:00 2001 From: Drakulix Date: Thu, 30 Nov 2017 01:45:53 +0100 Subject: [PATCH] Temporary build fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1cab99..8f7332b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ libloading = "0.4.0" wayland-client = { version = "0.9.9", optional = true } winit = { version = "0.8.2", optional = true } drm = { version = "^0.3.0", optional = true } -gbm = { version = "^0.3.0", optional = true } +gbm = { version = "^0.3.0", optional = true, default-features = false, features = ["drm-support"] } glium = { version = "0.17.1", optional = true, default-features = false } input = { version = "0.4.0", git = "https://github.com/Smithay/input.rs.git", branch = "feature/udev", optional = true } libudev = { git = "https://github.com/Drakulix/libudev-rs.git", branch = "feature/raw_ffi_access", optional = true }