mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 05:20:10 +01:00
meson: fix build without libpng
meson.build:966:2: ERROR: Expected 1 arguments, got 0.
This commit is contained in:
parent
918fe02666
commit
08cd1fdebe
1 changed files with 1 additions and 1 deletions
|
|
@ -963,7 +963,7 @@ subdir('src')
|
|||
if feature_conf.get('CAIRO_HAS_PNG_FUNCTIONS', 0) == 1
|
||||
subdir('boilerplate')
|
||||
else
|
||||
cairoboilerplate_dep = dependency()
|
||||
cairoboilerplate_dep = dependency('', required: false)
|
||||
endif
|
||||
|
||||
subdir('util')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue