Skip to content
Snippets Groups Projects
Commit 9b647b2f authored by Simon McVittie's avatar Simon McVittie
Browse files

pressure-vessel: Include static libsteam-runtime-tools in utils library

parent 23676116
No related branches found
No related tags found
1 merge request!136Start merging pressure-vessel utility code into s-r-t
...@@ -101,6 +101,7 @@ pressure_vessel_utils = static_library( ...@@ -101,6 +101,7 @@ pressure_vessel_utils = static_library(
gio_unix, gio_unix,
libelf, libelf,
libglnx_dep, libglnx_dep,
libsteamrt_static_dep,
], ],
include_directories : pv_include_dirs, include_directories : pv_include_dirs,
install: false, install: false,
...@@ -204,7 +205,6 @@ executable( ...@@ -204,7 +205,6 @@ executable(
c_args : pv_c_args, c_args : pv_c_args,
dependencies : [ dependencies : [
pressure_vessel_utils_dep, pressure_vessel_utils_dep,
libsteamrt_static_dep,
gio_unix, gio_unix,
xau, xau,
libglnx_dep, libglnx_dep,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment