-# Copyright © 2017 Intel Corporation
+# Copyright © 2017-2018 Intel Corporation
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
xa_link_depends += files('xa.sym')
endif
+
libxatracker = shared_library(
'xatracker',
'target.c',
include_directories : [
inc_common, inc_util, inc_gallium_winsys, inc_gallium_drivers,
],
+ link_whole : [libxa_st],
link_with : [
- libxa_st, libgalliumvl_stub, libgallium, libmesa_util,
- libpipe_loader_static, libws_null, libwsw,
+ libgalliumvl_stub, libgallium, libmesa_util, libpipe_loader_static,
+ libws_null, libwsw, libswdri, libswkmsdri,
],
link_depends : xa_link_depends,
dependencies : [