increase minimum libdrm version to 2.4.116

It's required for drmSyncobjEventfd
This commit is contained in:
Xaver Hugl 2024-04-14 18:34:28 +02:00 committed by Vlad Zahorodnii
parent 1ab5453a90
commit 36001e5ee0

View file

@ -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)