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>
7 lines
259 B
Meson
7 lines
259 B
Meson
libxcvt_sources = ['libxcvt.c']
|
|
libxcvt = shared_library('xcvt',
|
|
libxcvt_sources,
|
|
include_directories : inc,
|
|
version: meson.project_version(),
|
|
install : true)
|