summaryrefslogtreecommitdiff
path: root/src/gbm/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-07-22 15:25:28 +0100
committerEric Engestrom <eric@engestrom.ch>2019-08-03 00:08:37 +0000
commit9a07606b84ec124232f3daddb15e169cc395bf91 (patch)
tree4714bd7a3dda84f7f6af22bf802dd6f9f067aac1 /src/gbm/meson.build
parent178811d8f6a2a449069830b38d3feae0d34f962a (diff)
meson: replace last uses of libxmlconfig with idep_xmlconfig
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Eric Anholt <eric@anholt.net> Tested-by: Vinson Lee <vlee@freedesktop.org>
Diffstat (limited to 'src/gbm/meson.build')
-rw-r--r--src/gbm/meson.build4
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,
)