mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-17 00:46:13 +00:00
FindFreescale.cmake: fixed kernel headers include path
This commit is contained in:
parent
c8a8f05e78
commit
fbe4a95c7d
@ -7,7 +7,7 @@ mark_as_advanced(BROADCOM_INCLUDE_DIR)
|
|||||||
find_path(KERNEL_INCLUDE_DIR
|
find_path(KERNEL_INCLUDE_DIR
|
||||||
NAMES linux/mxc_v4l2.h
|
NAMES linux/mxc_v4l2.h
|
||||||
DOC "Kernel include directory"
|
DOC "Kernel include directory"
|
||||||
PATHS /lib/modules/${CMAKE_SYSTEM_VERSION}/build)
|
PATHS /lib/modules/${CMAKE_SYSTEM_VERSION}/build/include)
|
||||||
mark_as_advanced(KERNEL_INCLUDE_DIR)
|
mark_as_advanced(KERNEL_INCLUDE_DIR)
|
||||||
|
|
||||||
find_library(VPU_LIBRARY
|
find_library(VPU_LIBRARY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user