Strip out 16f-bit surfaces, for now

pixman 0.46.0 has been released, with support for 16-bit integer
images. Let's get that merged before 16f-bit.
This commit is contained in:
Daniel Eklöf 2025-05-03 06:56:16 +02:00
parent 2d23010c23
commit e2259e08a6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
9 changed files with 13 additions and 64 deletions

View file

@ -149,11 +149,6 @@ if pixman.version().version_compare('>=0.46.0')
add_project_arguments('-DHAVE_PIXMAN_RGBA_16', language: 'c')
endif
# TODO: should be 0.47.0?
if pixman.version().version_compare('>=0.47.0')
add_project_arguments('-DHAVE_PIXMAN_RGBA_FLOAT16', language: 'c')
endif
tllist = dependency('tllist', version: '>=1.1.0', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=3.3.1', '<4.0.0'], fallback: 'fcft')