Commit 2f6616a571b63f753088ee54325cee14d1700b48

Ran Benita 2017-07-26T12:27:53

build: remove -uninstalled pkg-config files Meson doesn't support them directly, and I don't think anyone is using them. Signed-off-by: Ran Benita <ran234@gmail.com>

diff --git a/configure.ac b/configure.ac
index 39ded05..895acc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,10 +202,8 @@ AM_CONDITIONAL([ENABLE_WAYLAND], [test "x$enable_wayland" = xyes])
 
 AC_CONFIG_FILES([
     Makefile
-    xkbcommon-uninstalled.pc
     xkbcommon.pc
     xkbcommon-x11.pc
-    xkbcommon-x11-uninstalled.pc
     doc/Doxyfile
 ])
 AC_OUTPUT
diff --git a/xkbcommon-uninstalled.pc.in b/xkbcommon-uninstalled.pc.in
deleted file mode 100644
index d4d6a2b..0000000
--- a/xkbcommon-uninstalled.pc.in
+++ /dev/null
@@ -1,8 +0,0 @@
-libdir=@abs_top_builddir@/.libs
-includedir=@abs_top_srcdir@
-
-Name: xkbcommon
-Description: XKB API common to servers and clients (uninstalled)
-Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}
-Libs: -L${libdir} -lxkbcommon
diff --git a/xkbcommon-x11-uninstalled.pc.in b/xkbcommon-x11-uninstalled.pc.in
deleted file mode 100644
index d99ca49..0000000
--- a/xkbcommon-x11-uninstalled.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-libdir=@abs_top_builddir@/.libs
-includedir=@abs_top_srcdir@
-
-Name: xkbcommon-x11
-Description: XKB API common to servers and clients - X11 support (uninstalled)
-Version: @PACKAGE_VERSION@
-Requires: xkbcommon
-Requires.private: xcb xcb-xkb
-Cflags: -I${includedir}
-Libs: -L${libdir} -lxkbcommon-x11