data: install process-working.svg to filesystem

This helps prevent unlock failure on inplace upgrades between
7.3 and 7.4
This commit is contained in:
Ray Strode 2017-06-08 12:04:31 -04:00
parent f7b47666b2
commit c7665b87a6
2 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,5 @@ foreach style: styles
],
depend_files: theme_sources)
endforeach
install_data('process-working.svg', install_dir: themedir)

View File

@ -56,6 +56,7 @@ mozplugindir = join_paths(libdir, 'mozilla', 'plugins')
portaldir = join_paths(datadir, 'xdg-desktop-portal', 'portals')
schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
servicedir = join_paths(datadir, 'dbus-1', 'services')
themedir = join_paths(pkgdatadir, 'theme')
plugindir = get_variable('BROWSER_PLUGIN_DIR', mozplugindir)