summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-06-22 14:17:46 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-22 14:17:46 +0200
commitd5c80493a618b5a7cc053c18e7c2af02e22e7012 (patch)
treeeb7c05261324b97cd9f289e64244271def539509 /meson.build
parent9f7c905a5f0f59505f74eb11db7dfb9b69fb1e6d (diff)
downloadtotem-pl-parser-d5c80493a618b5a7cc053c18e7c2af02e22e7012.tar.gz
build: Remove spec file
Nobody's updated it in 9 years, and totem-pl-parser is already in all the RPM based distributions. The spec file was installed in the same location as the pkg-config file (bad), and wasn't updated for meson either. Gone. https://bugzilla.gnome.org/show_bug.cgi?id=784086
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ff1698b..54d70aa 100644
--- a/meson.build
+++ b/meson.build
@@ -248,7 +248,6 @@ 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-pl-parser.spec',
'totem-plparser.pc',
'totem-plparser-mini.pc',
]