mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
tests/meson.build: remove rcxml_lib link_with (issue #1)
This commit is contained in:
parent
b536eb30e9
commit
7386f9dd57
1 changed files with 0 additions and 7 deletions
|
|
@ -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_lib = static_library(
|
||||||
'rcxml',
|
'rcxml',
|
||||||
sources: files(
|
sources: files(
|
||||||
|
|
@ -14,7 +8,6 @@ rcxml_lib = static_library(
|
||||||
),
|
),
|
||||||
dependencies: [xml2, wayland_server, xkbcommon, glib, wlroots],
|
dependencies: [xml2, wayland_server, xkbcommon, glib, wlroots],
|
||||||
include_directories: [labwc_inc],
|
include_directories: [labwc_inc],
|
||||||
link_with: [lib_xml2, lib_wayland_server, lib_xkbcommon, lib_glib],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
rcxml_tests = [
|
rcxml_tests = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue