[vlc-commits] [Git][videolan/vlc][master] text_renderer: meson.build: add missing cairo dep to svg
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Dec 21 21:32:09 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
cdb321ec by Alexandre Janniaux at 2024-12-21T21:18:46+00:00
text_renderer: meson.build: add missing cairo dep to svg
- - - - -
1 changed file:
- modules/text_renderer/meson.build
Changes:
=====================================
modules/text_renderer/meson.build
=====================================
@@ -68,8 +68,8 @@ vlc_modules += {
vlc_modules += {
'name' : 'svg',
'sources' : files('svg.c'),
- 'dependencies' : [rsvg_dep],
- 'enabled' : rsvg_dep.found(),
+ 'dependencies' : [rsvg_dep, cairo_dep],
+ 'enabled' : rsvg_dep.found() and cairo_dep.found(),
}
# macOS text to speech
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cdb321ec211478b5ba7bb411654d94153c96a72b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cdb321ec211478b5ba7bb411654d94153c96a72b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list