Skip to content

Commit

Permalink
Merge pull request #1477 from hseara/cmake_libdrm_fix
Browse files Browse the repository at this point in the history
Added suffix libdrm to CMakeLists.txt for drm
  • Loading branch information
rleon committed Jun 25, 2024
2 parents b401878 + e85647f commit 4d318e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ RDMA_DoFixup("${SYSTEMD_FOUND}" "systemd/sd-daemon.h")
# drm headers

# Check if the headers have been installed by kernel-headers
find_path(DRM_INCLUDE_DIRS "drm.h" PATH_SUFFIXES "drm")
find_path(DRM_INCLUDE_DIRS "drm.h" PATH_SUFFIXES "drm" "libdrm")

# Alternatively the headers could have been installed by libdrm
if (NOT DRM_INCLUDE_DIRS)
Expand Down

0 comments on commit 4d318e3

Please sign in to comment.