diff options
author | Lukas Rusak <lorusak@gmail.com> | 2018-11-07 13:06:14 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2018-11-07 13:43:53 -0800 |
commit | 06b87b8ce9c132649532c96a544c64936baa7376 (patch) | |
tree | 5b05cf054158f50a23c9c42cfd28be9c3cb61d43 /cmake | |
parent | 5a4244688c9473ce5dbdf32b0f273b2ba3504478 (diff) |
windowing/gbm: use drmOpenWithType
We don't care what the path is of the dri node. We only want to open it
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindLibDRM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindLibDRM.cmake b/cmake/modules/FindLibDRM.cmake index ec30920a06..5c899f69bf 100644 --- a/cmake/modules/FindLibDRM.cmake +++ b/cmake/modules/FindLibDRM.cmake @@ -14,7 +14,7 @@ # LibDRM::LibDRM - The LibDRM library if(PKG_CONFIG_FOUND) - pkg_check_modules(PC_LIBDRM libdrm>=2.4.71 QUIET) + pkg_check_modules(PC_LIBDRM libdrm>=2.4.74 QUIET) endif() find_path(LIBDRM_INCLUDE_DIR NAMES drm.h |