mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 04:08:47 +02:00
meson.build: include CMake name of libpng in dependency search
This commit is contained in:
parent
76e3f25e41
commit
77a840cf25
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ if bzip2_dep.found()
|
|||
endif
|
||||
|
||||
# PNG support.
|
||||
libpng_dep = dependency('libpng',
|
||||
libpng_dep = dependency('libpng', 'PNG',
|
||||
required: get_option('png'),
|
||||
fallback: 'libpng')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue