diff options
author | Eric Engestrom <[email protected]> | 2019-07-22 15:25:28 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-03 00:08:37 +0000 |
commit | 9a07606b84ec124232f3daddb15e169cc395bf91 (patch) | |
tree | 4714bd7a3dda84f7f6af22bf802dd6f9f067aac1 /src/egl/meson.build | |
parent | 178811d8f6a2a449069830b38d3feae0d34f962a (diff) |
meson: replace last uses of libxmlconfig with idep_xmlconfig
Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Eric Anholt <[email protected]>
Tested-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/egl/meson.build')
-rw-r--r-- | src/egl/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build index f81f85b7e74..14aca2a2186 100644 --- a/src/egl/meson.build +++ b/src/egl/meson.build @@ -92,7 +92,8 @@ if with_dri2 'drivers/dri2/egl_dri2.h', 'drivers/dri2/egl_dri2_fallbacks.h', ) - link_for_egl += [libloader, libxmlconfig] + deps_for_egl += idep_xmlconfig + link_for_egl += libloader incs_for_egl += inc_loader files_egl += files('drivers/dri2/platform_device.c') |