summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorTom Schoonjans <tom.schoonjans@diamond.ac.uk>2018-12-19 06:54:41 +0000
committerTom Schoonjans <tom.schoonjans@diamond.ac.uk>2018-12-19 06:54:41 +0000
commitd0cb6be7431d1a3c711bd45bcf05b34601604037 (patch)
tree8ed0e12915867a06f6dbf4f921e5dbb90b9cf24d /pango
parenteb2c647ff693bf3218fd1772f11a008bfbc975e7 (diff)
downloadpango-d0cb6be7431d1a3c711bd45bcf05b34601604037.tar.gz
pango.pc: Make gobject-2.0 a non-private requirement
Diffstat (limited to 'pango')
-rw-r--r--pango/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/meson.build b/pango/meson.build
index 099aed89..9dd02bdc 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -159,6 +159,7 @@ pkgconfig.generate(libpango,
name: 'Pango',
description: 'Internationalized text handling',
version: meson.project_version(),
+ requires: ['gobject-2.0'],
filebase: 'pango',
subdirs: pango_api_name,
install_dir: join_paths(pango_libdir, 'pkgconfig'),