summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-05-11 10:47:03 +0100
committerRichard Hughes <richard@hughsie.com>2017-05-11 10:58:07 +0100
commit3c6d8fd7c4e1c1b55255e9abe61ebff26d91d7d2 (patch)
tree5335fef03e978739479bc199a636909c7ce33d74
parent4de7a815b96642cde913dbb87fe0b2644a4ad2e7 (diff)
downloadappstream-glib-3c6d8fd7c4e1c1b55255e9abe61ebff26d91d7d2.tar.gz
trivial: Fix the autogenerated pkgconfig files
-rw-r--r--libappstream-builder/meson.build2
-rw-r--r--libappstream-glib/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/libappstream-builder/meson.build b/libappstream-builder/meson.build
index 917a6cb..e1f942a 100644
--- a/libappstream-builder/meson.build
+++ b/libappstream-builder/meson.build
@@ -81,7 +81,7 @@ pkgg.generate(
name : 'appstream-builder',
description : 'Objects and helper methods to help reading and writing AppStream metadata',
filebase : 'appstream-builder',
- subddirs : 'appstream-builder'
+ subdirs : 'libappstream-builder'
)
deps = [
diff --git a/libappstream-glib/meson.build b/libappstream-glib/meson.build
index 59b3031..dc672d4 100644
--- a/libappstream-glib/meson.build
+++ b/libappstream-glib/meson.build
@@ -141,7 +141,7 @@ pkgg.generate(
name : 'appstream-glib',
description : 'Objects and helper methods to help reading and writing AppStream metadata',
filebase : 'appstream-glib',
- subddirs : 'appstream-glib',
+ subdirs : 'libappstream-glib',
)
selftest = executable(