mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
meson: ensure xmlpool/options.h is generated for libgallium
In file included from ../src/gallium/targets/dri/target.c:1:
In file included from ../src/gallium/auxiliary/target-helpers/drm_helper.h:8:
../src/util/xmlpool.h:103:10: fatal error: 'xmlpool/options.h' file not found
See also 26bde1e3.
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
1ec88755c2
commit
9440599c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ endif
|
||||||
|
|
||||||
libgallium_dri = shared_library(
|
libgallium_dri = shared_library(
|
||||||
'gallium_dri',
|
'gallium_dri',
|
||||||
files('target.c'),
|
[files('target.c'), xmlpool_options_h],
|
||||||
include_directories : [
|
include_directories : [
|
||||||
inc_common, inc_util, inc_dri_common, inc_gallium_drivers,
|
inc_common, inc_util, inc_dri_common, inc_gallium_drivers,
|
||||||
inc_gallium_winsys, include_directories('../../state_trackers/dri'),
|
inc_gallium_winsys, include_directories('../../state_trackers/dri'),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue