mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 00:45:53 +00:00
trivial: Drop deps when compiling with enable-uefi-labels=false
This commit is contained in:
parent
8d1054eaf1
commit
b75549287c
10
meson.build
10
meson.build
@ -127,10 +127,12 @@ gpgerror = cc.find_library('gpg-error')
|
|||||||
libm = cc.find_library('m', required: false)
|
libm = cc.find_library('m', required: false)
|
||||||
udev = dependency('udev')
|
udev = dependency('udev')
|
||||||
|
|
||||||
cairo = dependency('cairo')
|
if get_option('enable-uefi-labels')
|
||||||
pango = dependency('pango')
|
cairo = dependency('cairo')
|
||||||
fontconfig = cc.find_library('fontconfig')
|
pango = dependency('pango')
|
||||||
freetype = cc.find_library('freetype')
|
fontconfig = cc.find_library('fontconfig')
|
||||||
|
freetype = cc.find_library('freetype')
|
||||||
|
endif
|
||||||
|
|
||||||
if valgrind.found()
|
if valgrind.found()
|
||||||
conf.set('HAVE_VALGRIND', '1')
|
conf.set('HAVE_VALGRIND', '1')
|
||||||
|
Loading…
Reference in New Issue
Block a user