Skip to content

Commit 5b032ad

Browse files
sethdusektilpner
authored andcommitted
Add libdrm to list of build options
1 parent 8c9cd56 commit 5b032ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fn build() -> io::Result<()> {
217217
enable!(configure, "BUILD_LIB_X265", "libx265");
218218
enable!(configure, "BUILD_LIB_AVS", "libavs");
219219
enable!(configure, "BUILD_LIB_XVID", "libxvid");
220-
220+
enable!(configure, "BUILD_LIB_DRM", "libdrm");
221221
// other external libraries
222222
enable!(configure, "BUILD_NVENC", "nvenc");
223223

0 commit comments

Comments
 (0)