mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
ui/vnc: VNC requires PIXMAN
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
41e0bc3d5c
commit
89fd3eab52
2 changed files with 6 additions and 2 deletions
|
@ -46,7 +46,7 @@ vnc_ss.add(files(
|
|||
))
|
||||
vnc_ss.add(zlib, jpeg, gnutls)
|
||||
vnc_ss.add(when: sasl, if_true: files('vnc-auth-sasl.c'))
|
||||
system_ss.add_all(when: vnc, if_true: vnc_ss)
|
||||
system_ss.add_all(when: [vnc, pixman], if_true: vnc_ss)
|
||||
system_ss.add(when: vnc, if_false: files('vnc-stubs.c'))
|
||||
|
||||
ui_modules = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue