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/gbm/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/gbm/meson.build')
-rw-r--r-- | src/gbm/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gbm/meson.build b/src/gbm/meson.build index ff39d6962d0..311bcc74efc 100644 --- a/src/gbm/meson.build +++ b/src/gbm/meson.build @@ -49,8 +49,8 @@ libgbm = shared_library( include_directories : incs_gbm, c_args : [c_vis_args, args_gbm], link_args : [ld_args_gc_sections], - link_with : [libloader, libxmlconfig], - dependencies : [deps_gbm, dep_dl, dep_thread, idep_mesautil], + link_with : libloader, + dependencies : [deps_gbm, dep_dl, dep_thread, idep_mesautil, idep_xmlconfig], version : '1.0.0', install : true, ) |