increase minimum libdrm version to 2.4.116
It's required for drmSyncobjEventfd
This commit is contained in:
parent
1ab5453a90
commit
36001e5ee0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ set_package_properties(UDev PROPERTIES
|
|||
PURPOSE "Required for input handling on Wayland."
|
||||
)
|
||||
|
||||
find_package(Libdrm 2.4.112)
|
||||
find_package(Libdrm 2.4.116)
|
||||
set_package_properties(Libdrm PROPERTIES TYPE REQUIRED PURPOSE "Required for drm output on Wayland.")
|
||||
|
||||
find_package(gbm)
|
||||
|
|
Loading…
Reference in a new issue