From 92148283131474116ed458dbc5966d4b8381e1b3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 26 Feb 2023 11:07:24 +0100 Subject: meson: Introduce userspace dep This will help in a later commit to separate userspace from EFI builds. --- src/import/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import') diff --git a/src/import/meson.build b/src/import/meson.build index 58b9719cc1..ffebeebacd 100644 --- a/src/import/meson.build +++ b/src/import/meson.build @@ -36,7 +36,8 @@ if conf.get('ENABLE_IMPORTD') == 1 include_directories : includes, dependencies : [libbzip2, libxz, - libz], + libz, + userspace], build_by_default : false) install_data('org.freedesktop.import1.conf', -- cgit v1.2.1