[at-spi2-core: 1/2] meson: De-duplicate deps of 'Requires' in pkgconfig file
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] meson: De-duplicate deps of 'Requires' in pkgconfig file
- Date: Thu, 11 Jun 2020 15:03:14 +0000 (UTC)
commit 303c9360c5d824a3bf58c386af0110980fa8de89
Author: Soapux <7521-Soapux users noreply gitlab gnome org>
Date: Tue May 19 17:42:37 2020 -0500
meson: De-duplicate deps of 'Requires' in pkgconfig file
Fix my mistake of listing dependencies in 'requires' as
a string instead of as pkgconfig dependencies. It was
causing duplicates in 'Requires.private'.
atspi/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atspi/meson.build b/atspi/meson.build
index 8a2ca27..5797f73 100644
--- a/atspi/meson.build
+++ b/atspi/meson.build
@@ -127,7 +127,7 @@ pkgconfig.generate(
description: 'Accessibility Technology software library',
version: meson.project_version(),
libraries: atspi,
- requires: 'dbus-1 glib-2.0',
+ requires: ['dbus-1', 'glib-2.0'],
subdirs: 'at-spi-2.0',
filebase: 'atspi-2',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]