mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 00:38:14 +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)
|
||||
udev = dependency('udev')
|
||||
|
||||
cairo = dependency('cairo')
|
||||
pango = dependency('pango')
|
||||
fontconfig = cc.find_library('fontconfig')
|
||||
freetype = cc.find_library('freetype')
|
||||
if get_option('enable-uefi-labels')
|
||||
cairo = dependency('cairo')
|
||||
pango = dependency('pango')
|
||||
fontconfig = cc.find_library('fontconfig')
|
||||
freetype = cc.find_library('freetype')
|
||||
endif
|
||||
|
||||
if valgrind.found()
|
||||
conf.set('HAVE_VALGRIND', '1')
|
||||
|
Loading…
Reference in New Issue
Block a user