mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40: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,
|
||||
)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user