This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
You've already forked qemu-e2k
0
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
2beb1e5f9a
qemu-e2k
/
scripts
/
meson.build
4 lines
91 B
Meson
Raw
Normal View
History
Unescape
Escape
trace: move configuration from configure to Meson Cc: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20211007130829.632254-4-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-10-07 15:08:14 +02:00
if
stap
.
found
(
)
meson: install scripts/qemu-trace-stap Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200826130622.553318-3-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-26 15:06:18 +02:00
install_data
(
'qemu-trace-stap'
,
install_dir
:
get_option
(
'bindir'
)
)
endif