data: Move D-Bus interface descriptions into a subdir

We'll soon move the inlined XML of all interfaces we export or consume into
separate files. That's a significant increase from the interfaces for which
we install documentation, so it makes sense to use a dedicated subdir.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/537
This commit is contained in:
Florian Müllner 2018-09-06 16:29:26 +02:00 committed by Jonas Ådahl
parent 2ed70ca971
commit a76b28bd72
7 changed files with 9 additions and 10 deletions

View File

@ -0,0 +1,8 @@
dbus_interfaces = [
'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)

View File

@ -41,16 +41,7 @@ foreach service_file : service_files
endforeach endforeach
dbus_interfaces = [ subdir('dbus-interfaces')
'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)
subdir('theme') subdir('theme')
theme_resources = gnome.compile_resources( theme_resources = gnome.compile_resources(