Skip to content

Commit

Permalink
build-sys: make pixman actually optional
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
elmarco committed Nov 7, 2023
1 parent 699f15f commit d017f28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,6 @@ if not get_option('pixman').auto() or have_system or have_tools
pixman = dependency('pixman-1', required: get_option('pixman'), version:'>=0.21.8',
method: 'pkg-config')
endif
if not pixman.found() and (have_system or have_tools)
error('FIXME: pixman is currently required')
endif

zlib = dependency('zlib', required: true)

Expand Down

0 comments on commit d017f28

Please sign in to comment.