150a640c66
It is used by at least Software, Tweaks and the webextension, so it's a bit odd to install documentation for lesser used interfaces but not this one ... https://gitlab.gnome.org/GNOME/gnome-shell/issues/537
10 lines
293 B
Meson
10 lines
293 B
Meson
dbus_interfaces = [
|
|
'org.gnome.Shell.Extensions.xml',
|
|
'org.gnome.Shell.PadOsd.xml',
|
|
'org.gnome.Shell.Screencast.xml',
|
|
'org.gnome.Shell.Screenshot.xml',
|
|
'org.gnome.ShellSearchProvider.xml',
|
|
'org.gnome.ShellSearchProvider2.xml'
|
|
]
|
|
install_data(dbus_interfaces, install_dir: ifacedir)
|