build: Also build mutter-restart-helper executable

Was left out by mistake. Lets add it.
This commit is contained in:
Jonas Ådahl 2018-11-07 12:28:57 +01:00
parent c03a401f4c
commit 7c774ab53e

View File

@ -753,6 +753,22 @@ executable('mutter',
install: true,
)
executable('mutter-restart-helper',
sources: [
files('core/restart-helper.c'),
],
include_directories: [
top_includepath,
],
c_args: mutter_c_args,
dependencies: [
x11_dep,
xcomposite_dep,
],
install_dir: libexecdir,
install: true,
)
if have_introspection
mutter_introspected_sources = []
foreach source : mutter_sources