Rename include -> overrides and add documentation.

This commit is contained in:
Joseph Cloutier
2022-05-07 17:16:03 -04:00
parent e55c35af05
commit 92613e9665
5 changed files with 33 additions and 3 deletions

View File

@@ -2,16 +2,19 @@
<files id="native-toolkit-cairo" >
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman/" />
<!-- <compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/cairo/" /> -->
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/default/" unless="windows || mac || linux" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/linux/" if="linux" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/windows/" if="windows" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/include/configs/mac/" if="mac" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/include/pixman/" /> <!-- Pixman's config.h must come after Cairo's. -->
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/cairo/src" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/freetype/include" />
<!-- Include Pixman's headers last so Cairo's headers will override them. -->
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman/" />
<compilerflag value="-DNDEBUG" unless="debug" />
<compilerflag value="-DHAVE_CONFIG_H" />
<compilerflag value="-DCAIRO_WIN32_STATIC_BUILD" if="windows" />