summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-06-22 14:19:32 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-22 14:19:32 +0200
commiteb66a4f1a2905d04d8e717207a8ca0135a7bab8c (patch)
tree9fbb892d849c15a1cdaa4d4c55a45d29636e13b1 /meson.build
parentd5c80493a618b5a7cc053c18e7c2af02e22e7012 (diff)
downloadtotem-pl-parser-eb66a4f1a2905d04d8e717207a8ca0135a7bab8c.tar.gz
build: Remove "uninstalled" pkg-config files
I don't know of any applications or libraries using the uninstalled pkg-config files, and as they reference libtool archives which we do not produce since the switch to Meson, remove them.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 54d70aa..85e4fb2 100644
--- a/meson.build
+++ b/meson.build
@@ -245,8 +245,6 @@ pkgconf.set('VERSION', meson.project_version())
pkg_install_dir = join_paths(get_option('libdir'), 'pkgconfig')
-# FIXME: skipping uninstalled .pc files because they unnecessarily
-# reference .la libtool archives directly, this needs fixing first
pkg_files = [
'totem-plparser.pc',
'totem-plparser-mini.pc',