Skip to content
Commit c6fe1d17 authored by Tobias Berner's avatar Tobias Berner Committed by Albert Astals Cid
Browse files

Pass MTP_INCLUDE_DIR to include_directories when trying to link against libmtp

cmake/FindMtp.cmake defines MTP_INCLUDE_DIR, yet it is not used while trying
to link against libmtp in mtp/CMakeLists.txt. This makes it fail with
| /wrkdirs/usr/ports/devel/kio-extras/work/kio-extras-15.12.0/mtp/devicecache.h:32:10: fatal error: 'libmtp.h' file not found
| #include <libmtp.h>

This patch passes it to include_directories, thereby fixing the build on FreeBSD.

REVIEW: 126599
parent e1bed3f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment