increase minimum libdrm version to 2.4.116

It's required for drmSyncobjEventfd
wilder/Plasma/6.2
Xaver Hugl 2 years ago committed by Vlad Zahorodnii
parent 1ab5453a90
commit 36001e5ee0
  1. 2
      CMakeLists.txt

@ -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…
Cancel
Save