]> Git Repo - qemu.git/commitdiff
meson: add pixman dependency to chardev/baum module
authorStefan Weil <[email protected]>
Sun, 30 Aug 2020 20:46:40 +0000 (22:46 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 1 Sep 2020 12:51:34 +0000 (08:51 -0400)
Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200830204640[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
chardev/meson.build

index 7726837e344203671599a31d4ffa99551dcb3c0c..27a9a28f4c8ac5654c515df7887846309dce9145 100644 (file)
@@ -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
 
This page took 0.027307 seconds and 4 git commands to generate.