Skip to content

Commit

Permalink
meson: add pixman dependency to chardev/baum module
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
stweil authored and bonzini committed Sep 1, 2020
1 parent 8adfeba commit a03e2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chardev/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ chardev_modules = {}

if config_host.has_key('CONFIG_BRLAPI') and sdl.found()
module_ss = ss.source_set()
module_ss.add(when: [sdl, brlapi], if_true: files('baum.c'))
module_ss.add(when: [sdl, brlapi], if_true: [files('baum.c'), pixman])
chardev_modules += { 'baum': module_ss }
endif

Expand Down

0 comments on commit a03e2cd

Please sign in to comment.