@@ -734,7 +734,7 @@ if have_profiler
734734 ' backends/meta-profiler.h' ,
735735 ]
736736
737- sysprof_dbus_interfaces_dir = join_paths (sysprof_dep.get_pkgconfig_variable( ' datadir' ), ' dbus-1' , ' interfaces' )
737+ sysprof_dbus_interfaces_dir = join_paths (sysprof_dep.get_variable ( pkgconfig : ' datadir' ), ' dbus-1' , ' interfaces' )
738738 sysprof3_dbus_file = join_paths (sysprof_dbus_interfaces_dir, ' org.gnome.Sysprof3.Profiler.xml' )
739739
740740 dbus_sysprof3_profiler_built_sources = gnome.gdbus_codegen(' meta-dbus-sysprof3-profiler' ,
@@ -820,14 +820,14 @@ if have_wayland
820820 [' xwayland-keyboard-grab' , ' unstable' , ' v1' , ],
821821 ]
822822 if have_wayland_eglstream
823- wayland_eglstream_protocols_dir = wayland_eglstream_protocols_dep.get_pkgconfig_variable( ' pkgdatadir' )
823+ wayland_eglstream_protocols_dir = wayland_eglstream_protocols_dep.get_variable ( pkgconfig : ' pkgdatadir' )
824824 wayland_protocols += [
825825 [' wayland-eglstream-controller' , ' third-party' , wayland_eglstream_protocols_dir],
826826 ]
827827 endif
828828
829829 wayland_scanner = find_program (' wayland-scanner' )
830- protocols_dir = wayland_protocols_dep.get_pkgconfig_variable( ' pkgdatadir' )
830+ protocols_dir = wayland_protocols_dep.get_variable ( pkgconfig : ' pkgdatadir' )
831831 assert (protocols_dir != '' , ' Could not get pkgdatadir from wayland-protocols.pc' )
832832
833833 foreach p : wayland_protocols
0 commit comments