[meson] install build artifacts
This commit is contained in:
parent
f2e7aee743
commit
3cf4746df1
|
@ -167,12 +167,14 @@ executable('i3-wm-guile', sources,
|
||||||
xcb_icccm_dep,
|
xcb_icccm_dep,
|
||||||
],
|
],
|
||||||
link_with: i3lib,
|
link_with: i3lib,
|
||||||
|
install: true,
|
||||||
link_args: ['-lrt', '-lev'])
|
link_args: ['-lrt', '-lev'])
|
||||||
|
|
||||||
|
|
||||||
executable('i3-nagbar', './i3-nagbar/main.c',
|
executable('i3-nagbar', './i3-nagbar/main.c',
|
||||||
include_directories: include_directories('include'),
|
include_directories: include_directories('include'),
|
||||||
dependencies: [ pango_dep, sn_dep ],
|
dependencies: [ pango_dep, sn_dep ],
|
||||||
|
install: true,
|
||||||
link_with: i3lib)
|
link_with: i3lib)
|
||||||
|
|
||||||
|
|
||||||
|
@ -194,9 +196,11 @@ executable('i3bar',
|
||||||
],
|
],
|
||||||
dependencies: [ pango_dep, sn_dep ],
|
dependencies: [ pango_dep, sn_dep ],
|
||||||
link_args: ['-lrt', '-lev'],
|
link_args: ['-lrt', '-lev'],
|
||||||
link_with: i3lib)
|
link_with: i3lib,
|
||||||
|
install: true)
|
||||||
|
|
||||||
|
|
||||||
executable('i3-msg', 'i3-msg/main.c',
|
executable('i3-msg', 'i3-msg/main.c',
|
||||||
include_directories: include_directories('include'),
|
include_directories: include_directories('include'),
|
||||||
dependencies: pango_dep, link_with: i3lib)
|
dependencies: pango_dep, link_with: i3lib,
|
||||||
|
install: true)
|
||||||
|
|
Loading…
Reference in New Issue