summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/meson.build b/client/meson.build
index 703f42d..9153b06 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -46,11 +46,8 @@ libdconf_dep = declare_dependency(
)
pkg.generate(
- libraries: libdconf,
- version: meson.project_version(),
- name: 'dconf',
+ libdconf,
description: 'dconf client library',
- filebase: 'dconf',
subdirs: 'dconf',
requires: 'gio-2.0 ' + gio_req_version,
variables: 'exec_prefix=${prefix}',