[totem-pl-parser] build: Remove "uninstalled" pkg-config files



commit eb66a4f1a2905d04d8e717207a8ca0135a7bab8c
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 22 14:19:32 2017 +0200

    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.

 meson.build                           |    2 --
 totem-plparser-mini-uninstalled.pc.in |   12 ------------
 totem-plparser-uninstalled.pc.in      |   13 -------------
 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]