summaryrefslogtreecommitdiff
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
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.
-rw-r--r--meson.build2
-rw-r--r--totem-plparser-mini-uninstalled.pc.in12
-rw-r--r--totem-plparser-uninstalled.pc.in13
3 files changed, 0 insertions, 27 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',
diff --git a/totem-plparser-mini-uninstalled.pc.in b/totem-plparser-mini-uninstalled.pc.in
deleted file mode 100644
index fb22f66..0000000
--- a/totem-plparser-mini-uninstalled.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: totem-plparser
-Description: Totem Playlist Parser library
-Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0
-Requires.private: gthread-2.0
-Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser-mini.la
-Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse
diff --git a/totem-plparser-uninstalled.pc.in b/totem-plparser-uninstalled.pc.in
deleted file mode 100644
index 7264037..0000000
--- a/totem-plparser-uninstalled.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: totem-plparser
-Description: Totem Playlist Parser library
-Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0
-Requires.private: gthread-2.0 libxml-2.0 @GMIME@
-Libs: ${pc_top_builddir}/${pcfiledir}/plparse/libtotem-plparser.la
-Libs.private: @LIBGCRYPT_LIBS@
-Cflags: -I${pc_top_builddir}/${pcfiledir}/plparse @LIBGCRYPT_CFLAGS@