[gnome-builder] meson-templates: fix shared library
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] meson-templates: fix shared library
- Date: Sat, 9 Sep 2017 06:38:57 +0000 (UTC)
commit 3847bebe4853a0dfa992c0647895c3a89298a49b
Author: Christian Hergert <chergert redhat com>
Date: Fri Sep 8 23:38:28 2017 -0700
meson-templates: fix shared library
.../meson_templates/resources/src/meson-clib.build | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plugins/meson-templates/meson_templates/resources/src/meson-clib.build
b/plugins/meson-templates/meson_templates/resources/src/meson-clib.build
index e7bbdc5..c9d5cd5 100644
--- a/plugins/meson-templates/meson_templates/resources/src/meson-clib.build
+++ b/plugins/meson-templates/meson_templates/resources/src/meson-clib.build
@@ -42,12 +42,12 @@ install_headers({{name_}}_headers, subdir: '{{name}}')
pkg = import('pkgconfig')
pkg.generate(
- libraries: {{name_}}_lib,
- name: '{{name}}',
- filebase: '{{name}}-' + api_version,
- version: meson.project_version(),
- subdirs: '{{name}}',
- requires: 'glib-2.0',
- install: true,
+ description: 'A shared library for ...',
+ libraries: {{name_}}_lib,
+ name: '{{name}}',
+ filebase: '{{name}}-' + api_version,
+ version: meson.project_version(),
+ subdirs: '{{name}}',
+ requires: 'glib-2.0',
install_dir: join_paths(get_option('libdir'), 'pkgconfig')
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]