Mark libxcvt as required
It's used unconditionally later on Make sure it fails at the appropriate time when not found
This commit is contained in:
parent
0b27ce4d34
commit
a902e78ff4
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ else()
|
|||
set(HAVE_GBM_BO_GET_FD_FOR_PLANE 0)
|
||||
endif()
|
||||
|
||||
pkg_check_modules(Libxcvt IMPORTED_TARGET libxcvt>=0.1.1)
|
||||
pkg_check_modules(Libxcvt IMPORTED_TARGET libxcvt>=0.1.1 REQUIRED)
|
||||
add_feature_info(Libxcvt Libxcvt_FOUND "Required for generating modes in the drm backend")
|
||||
|
||||
find_package(X11)
|
||||
|
|
Loading…
Reference in a new issue