Fix SCons build

Fixes: 601093f95d ("xmlconfig: move into src/util")
Tested-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
Nicolai Hähnle 2017-08-01 11:27:05 +02:00
parent af45b8159c
commit 1bc8b2c0eb

View file

@ -25,7 +25,7 @@ drienv.Replace(CPPPATH = [
'#src/mesa/swrast_setup',
'#src/egl/main',
'#src/egl/drivers/dri',
'#src/util',
xmlpool_options.dir.dir,
])
sources = drienv.ParseSourceList('Makefile.sources', ['DRI_COMMON_FILES'])