PPekka Paalanenbuild: simplify include_directories
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
wcap: fix a typo in README Signed-off-by: Abdur Rehman <arehmanq199@gmail.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> | 9 年前 | |
wcap: Prefer quote form of include for config.h | 10 年前 | |
build: simplify include_directories Define common_inc which includes both public_inc and the project root directory. The project root directory will allow access to config.h and all the shared/ headers. Replacing all custom '.', '..', '../..', '../shared' etc. include paths with common_inc reduces clutter in the target definitions and enforces the common #include directive style, as e.g. including shared/ headers without the subdirectory name no longer works. Unfortunately this does not prevent one from using private libweston headers with the usual include pattern for public headers. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com> | 6 年前 | |
wcap: Prevent fd leak in wcap_decoder_create() fail path Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net> | 9 年前 | |
include stdint.h for int32_t/uint32_t Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> | 9 年前 |