Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added suffix libdrm to CMakeLists.txt for drm
[ Upstream commit e85647f ] Cannonical libdrm package installation results in headers installed at `\usr\include\libdrm`. The current CMakeLists.txt installation script search the headers only in `drm` suffix which is where headers are found in readhat base distros. I propose to add also the cannonical path `libdrm` also used in distros like archlinux. Signed-off-by: Hector Martinez-Seara <hseara@gmail.com> Signed-off-by: Nicolas Morey <nmorey@suse.com>
- Loading branch information