summaryrefslogtreecommitdiff
path: root/pangoft2.pc.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-08-30 16:14:34 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-08-30 16:16:36 +0100
commit453c85215cb7f562866b0daef6a9b24a6957bf73 (patch)
treee04dc50d82c7dd77fad9ff1f43a391b2460b019c /pangoft2.pc.in
parent2b93691f331115b7a18747163a5ec38e99392788 (diff)
downloadpango-453c85215cb7f562866b0daef6a9b24a6957bf73.tar.gz
build: Generate pkg-config files
Instead of using templates, ask Meson to generate the pkgconfig files for us. This ensures that the generated files are: - always valid - always up to date with the build - only built when needed without convoluted checks
Diffstat (limited to 'pangoft2.pc.in')
-rw-r--r--pangoft2.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/pangoft2.pc.in b/pangoft2.pc.in
deleted file mode 100644
index 42eea21d..00000000
--- a/pangoft2.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: Pango FT2 and Pango Fc
-Description: Freetype 2.0 and fontconfig font support for Pango
-Version: @VERSION@
-Requires: pango @FREETYPE2_PC@ @FONTCONFIG_PC@
-Requires.private: @HARFBUZZ_PC@
-Libs: -L${libdir} -lpangoft2-@PANGO_API_VERSION@ @FREETYPE2_LIB@ @FONTCONFIG_LIB@ @HARFBUZZ_LIB@
-Cflags: -I${includedir}/pango-1.0