]> git.mdlowis.com Git - proto/labwc.git/commitdiff
tests/meson.build: remove rcxml_lib link_with (issue #1)
authorJohan Malm <jgm323@gmail.com>
Sun, 19 Jul 2020 19:33:37 +0000 (20:33 +0100)
committerJohan Malm <jgm323@gmail.com>
Sun, 19 Jul 2020 19:33:43 +0000 (20:33 +0100)
tests/meson.build

index 756fe3ae2529cf17701177533d4e2c4cd7a91e17..1cfc5e2a50d0fdf89fced85a2469c07f4a1fce51 100644 (file)
@@ -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 = [