mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
build: Also build mutter-restart-helper executable
Was left out by mistake. Lets add it.
This commit is contained in:
parent
c03a401f4c
commit
7c774ab53e
@ -753,6 +753,22 @@ executable('mutter',
|
|||||||
install: true,
|
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
|
if have_introspection
|
||||||
mutter_introspected_sources = []
|
mutter_introspected_sources = []
|
||||||
foreach source : mutter_sources
|
foreach source : mutter_sources
|
||||||
|
Loading…
Reference in New Issue
Block a user