Find drm_fourcc.h in sysroot
Created by: holesch
When PKG_CONFIG_SYSROOT_DIR is set, the pkg-config variable includedir
only contains the path inside the sysroot. To find the actual file,
prepend the sysroot (defaults to /
).
I noticed it, when I tried building it in a yocto environment.