From 7386f9dd574f50bd079b6b591eddad0805897d5b Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sun, 19 Jul 2020 20:33:37 +0100 Subject: [PATCH] tests/meson.build: remove rcxml_lib link_with (issue #1) --- tests/meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/meson.build b/tests/meson.build index 756fe3ae..1cfc5e2a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,9 +1,3 @@ -lib_xml2 = library('libxml-2.0') -lib_wayland_server = library('wayland-server') -lib_xkbcommon = library('xkbcommon') -lib_glib = library('glib-2.0') -lib_wlroots = library('wlroots') - rcxml_lib = static_library( 'rcxml', sources: files( @@ -14,7 +8,6 @@ rcxml_lib = static_library( ), dependencies: [xml2, wayland_server, xkbcommon, glib, wlroots], include_directories: [labwc_inc], - link_with: [lib_xml2, lib_wayland_server, lib_xkbcommon, lib_glib], ) rcxml_tests = [