[vlc-commits] [Git][videolan/vlc][master] meson: replace deprecated get_pkgconfig_variable method
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Apr 6 15:59:09 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
6c687c20 by Marvin Scholz at 2023-04-06T15:43:10+00:00
meson: replace deprecated get_pkgconfig_variable method
- - - - -
1 changed file:
- modules/meson.build
Changes:
=====================================
modules/meson.build
=====================================
@@ -53,10 +53,10 @@ if (host_system != 'darwin' and host_system != 'windows') or get_option('xcb').e
if have_wayland
wayland_scanner = find_program(
- wayland_scanner_dep.get_pkgconfig_variable('wayland_scanner'),
+ wayland_scanner_dep.get_variable(pkgconfig: 'wayland_scanner'),
native: true
)
- wayland_protocols_dir = wayland_protocols_dep.get_pkgconfig_variable('pkgdatadir')
+ wayland_protocols_dir = wayland_protocols_dep.get_variable(pkgconfig: 'pkgdatadir')
endif
else
have_wayland = false
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6c687c20eceb2e68e438b53c29ddbc58ef368eb5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6c687c20eceb2e68e438b53c29ddbc58ef368eb5
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