From 8a65e27e9dd7877083f4fc3c2cf9d53d1f050833 Mon Sep 17 00:00:00 2001 From: Kamal Ahmad Date: Tue, 13 Nov 2018 06:12:57 +0500 Subject: [PATCH] Add libdrm to list of features in Cargo.toml --- sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 1703d2f..66b6405 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -97,3 +97,4 @@ avresample = [] postproc = [] swresample = [] swscale = [] +lib-drm = []