summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-27 00:55:37 +0100
committerEric Engestrom <eric@engestrom.ch>2019-10-31 15:29:06 +0000
commitea36ddae1e3473a48974f689419b44536615b199 (patch)
tree17846e43fc6c69ba807ba6f636ec86b89b9cf65e /src/mesa/drivers/dri/nouveau
parent4c5c31a651fd6453836a3979030bf50ee2f1c52a (diff)
nouveau: replace xmlpool_options_h with idep_xmlconfig_headers
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'src/mesa/drivers/dri/nouveau')
-rw-r--r--src/mesa/drivers/dri/nouveau/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/nouveau/meson.build b/src/mesa/drivers/dri/nouveau/meson.build
index c07d2a2be13..369493dfee1 100644
--- a/src/mesa/drivers/dri/nouveau/meson.build
+++ b/src/mesa/drivers/dri/nouveau/meson.build
@@ -81,9 +81,9 @@ files_nouveau_vieux = files(
libnouveau_vieux = static_library(
'nouveau_vieux',
- [files_nouveau_vieux, xmlpool_options_h],
+ files_nouveau_vieux,
include_directories : [inc_common, inc_dri_common, inc_util],
c_args : [c_vis_args],
cpp_args : [cpp_vis_args],
- dependencies : [dep_libdrm, dep_libdrm_nouveau],
+ dependencies : [dep_libdrm, dep_libdrm_nouveau, idep_xmlconfig_headers],
)