diff options
author | Ran Benita <ran234@gmail.com> | 2017-07-26 12:27:53 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2017-07-31 18:28:28 +0300 |
commit | 2f6616a571b63f753088ee54325cee14d1700b48 (patch) | |
tree | 3a9d4c482bee0dafe731a47cf40043559b266132 /xkbcommon-x11-uninstalled.pc.in | |
parent | a0c858cda1f3a14d9a9751424c4eddbe80ed2f4f (diff) | |
download | libxkbcommon-2f6616a571b63f753088ee54325cee14d1700b48.tar.gz libxkbcommon-2f6616a571b63f753088ee54325cee14d1700b48.tar.bz2 libxkbcommon-2f6616a571b63f753088ee54325cee14d1700b48.zip |
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>
Diffstat (limited to 'xkbcommon-x11-uninstalled.pc.in')
-rw-r--r-- | xkbcommon-x11-uninstalled.pc.in | 10 |
1 files changed, 0 insertions, 10 deletions
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 |