pipe-loader: fix build of dynamic pipe-drivers
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 2 Aug 2017 15:26:46 +0000 (17:26 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 3 Aug 2017 13:40:41 +0000 (15:40 +0200)
commit33f7d71d5358337f08ce0bb94f5e915bda77748c
tree7374dfa5c9abc91e4b7a91487ca7e48b8e5aee34
parentca6237eb4f830d42d6ce982a3243f5958a5394ba
pipe-loader: fix build of dynamic pipe-drivers

v2: add libxmlconfig.la to the dynamic pipe_radeonsi driver
v3: add libxmlconfig.la to targets/opencl build
v4: add EXPAT_LIBS to opencl build
    (note: for only-opencl builds, Emil's configure.ac changes
     are also needed)

Fixes: bc7f41e11d3 ("gallium: add pipe_screen_config to screen_create functions")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102014
Tested-by: Andy Furniss <adf.lists@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (v1)
src/gallium/targets/opencl/Makefile.am
src/gallium/targets/pipe-loader/Makefile.am
src/gallium/targets/pipe-loader/pipe_r300.c
src/gallium/targets/pipe-loader/pipe_r600.c
src/gallium/targets/pipe-loader/pipe_radeonsi.c