[atk/wip/meson] Remove uninstalled pkg-config file



commit 7d0041c66b61dbdf8cc1d81a339d1e3907fd46b2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon May 22 09:34:22 2017 +0100

    Remove uninstalled pkg-config file
    
    No library ships these files, and they have always been questionable to
    begin with.
    
    When building from a separate prefix, using PKG_CONFIG_PATH to modify
    the pkg-config search path is a better option that just pointing to the
    source directory of the dependencies.

 Makefile.am           |    2 --
 atk-uninstalled.pc.in |    6 ------
 configure.ac          |    1 -
 3 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 50efb75..0e416ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = atk tests docs po win32
 
 EXTRA_DIST =                   \
        MAINTAINERS             \
-       atk-uninstalled.pc.in   \
        atk.pc.in               \
        atk-zip.sh.in           \
        m4/introspection.m4     \
@@ -17,6 +16,5 @@ pkgconfig_DATA = atk.pc
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
 
 DISTCLEANFILES =               \
-       atk-uninstalled.pc      \
        atk.pc                  \
        atk-zip.sh
diff --git a/configure.ac b/configure.ac
index f873f2d..1ad75bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,7 +253,6 @@ AC_CONFIG_FILES([
 Makefile
 po/Makefile.in
 atk.pc
-atk-uninstalled.pc
 atk/Makefile
 atk/atk.rc
 atk/atkversion.h


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