mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-27 06:38:22 +02:00
label-pango: Add -lcairo
This is more -Wl,--no-undefined fall out. Closes: #194
This commit is contained in:
parent
5285abddaf
commit
67bb3e2011
2 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ libpng_dep = dependency('libpng', version: '>= 1.2.16')
|
|||
|
||||
libudev_dep = dependency('libudev', required: get_option('udev'))
|
||||
libpango_dep = dependency('pango', required: get_option('pango'))
|
||||
libcairo_dep = dependency('cairo', required: get_option('pango'))
|
||||
libpangocairo_dep = dependency('pangocairo', required: get_option('pango'))
|
||||
libfreetype_dep = dependency('freetype2', required: get_option('freetype'))
|
||||
gtk3_dep = dependency('gtk+-3.0', version: '>= 3.14.0', required: get_option('gtk'))
|
||||
libdrm_dep = dependency('libdrm', required: get_option('drm'))
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
label_plugin = shared_module('label-pango',
|
||||
'plugin.c',
|
||||
dependencies: [
|
||||
libcairo_dep,
|
||||
libpango_dep,
|
||||
libpangocairo_dep,
|
||||
libply_dep,
|
||||
libply_splash_core_dep,
|
||||
libply_splash_graphics_dep,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue