f36b6a4582
Add lcms2, libdisplay-info, libepoxy, and libxcvt recipes required by the KWin/Mesa display stack. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
9 lines
127 B
Meson
9 lines
127 B
Meson
lcms2_headers = files(
|
|
'lcms2.h',
|
|
'lcms2_plugin.h',
|
|
)
|
|
|
|
install_headers(lcms2_headers)
|
|
|
|
inc_dirs = include_directories('.')
|