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>
10 lines
159 B
Meson
10 lines
159 B
Meson
common_srcs = files(
|
|
'vprf.c',
|
|
'xgetopt.c',
|
|
)
|
|
|
|
common_dep = declare_dependency(
|
|
sources: common_srcs,
|
|
include_directories: include_directories('.'),
|
|
)
|