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>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
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