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>
11 lines
160 B
Meson
11 lines
160 B
Meson
subdir('common')
|
|
if jpeg_dep.found()
|
|
subdir('jpgicc')
|
|
endif
|
|
subdir('linkicc')
|
|
subdir('psicc')
|
|
if tiff_dep.found()
|
|
subdir('tificc')
|
|
endif
|
|
subdir('transicc')
|