tests: rename color-management to image-description-query

This is the program's new scope.

Also drop unnecessary dependencies, these were consolidated when color
management protocol helpers moved into the harness.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2026-04-16 14:42:08 +03:00
parent 55337ac35a
commit e593d9142d
2 changed files with 3 additions and 8 deletions

View file

@ -187,14 +187,6 @@ if get_option('color-management-lcms')
'link_with': plugin_color_lcms,
'dep_objs': [ dep_lcms_util ]
},
{ 'name': 'color-management',
'sources': [
'color-management-test.c',
color_management_v1_client_protocol_h,
color_management_v1_protocol_c,
],
'dep_objs': [ dep_lcms_util ]
},
{ 'name': 'color-management-parametric',
'sources': [
'color-management-parametric-test.c',
@ -203,6 +195,9 @@ if get_option('color-management-lcms')
],
'dep_objs': [ dep_lcms_util ]
},
{ 'name': 'image-description-query',
'dep_objs': [ dep_lcms_util ]
},
{
'name': 'lcms-util',
'dep_objs': [ dep_lcms_util ]