mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-31 05:18:16 +02:00
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:
parent
55337ac35a
commit
e593d9142d
2 changed files with 3 additions and 8 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue