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>
17 lines
336 B
Meson
17 lines
336 B
Meson
threaded_testbed_sources = files(
|
|
'threaded_testbed.c',
|
|
)
|
|
|
|
threaded_testbed = executable(
|
|
'threaded_testbed',
|
|
threaded_testbed_sources,
|
|
dependencies: [liblcms2_threaded_dep, liblcms2_dep],
|
|
c_args: cargs + ['-DPROFILES_DIR="@0@"'.format(profiles_dir / '')],
|
|
)
|
|
|
|
test(
|
|
'threaded_testbed',
|
|
threaded_testbed,
|
|
timeout: 600,
|
|
)
|