The usbutils pkgconfig file defines where the usb.ids database is
installed. Given usbutils does not ship with usb.ids and does not
install it anymore, it makes no sense to install such a pkgconfig
anymore. Remove it.

Signed-off-by: Aurelien Jarno <[email protected]>
---
 Makefile.am    | 10 +---------
 usbutils.pc.in |  5 -----
 2 files changed, 1 insertion(+), 14 deletions(-)
 delete mode 100644 usbutils.pc.in

diff --git a/Makefile.am b/Makefile.am
index 117e94b..dfbaff8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,6 @@ EXTRA_DIST = \
        usb-devices.1.in \
        usb-devices \
        lsusb.py.in \
-       usbutils.pc.in \
        usbreset.c
 
 lsusb.py: $(srcdir)/lsusb.py.in
@@ -53,17 +52,10 @@ lsusb.8: $(srcdir)/lsusb.8.in
 usb-devices.1: $(srcdir)/usb-devices.1.in
        sed 's|VERSION|$(VERSION)|g' $< >$@
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = usbutils.pc
-
-usbutils.pc: $(srcdir)/usbutils.pc.in
-       sed 's|@usbids@|$(datadir)/usb.ids|g;s|@VERSION[@]|$(VERSION)|g' $< >$@
-
 DISTCLEANFILES = \
        lsusb.py \
        lsusb.8 \
-       usb-devices.1 \
-       usbutils.pc
+       usb-devices.1
 
 distclean-local:
        rm -rf autom4te.cache
diff --git a/usbutils.pc.in b/usbutils.pc.in
deleted file mode 100644
index 855c37b..0000000
--- a/usbutils.pc.in
+++ /dev/null
@@ -1,5 +0,0 @@
-Name: usbutils
-Description: USB device database
-Version: @VERSION@
-
-usbids=@usbids@
-- 
2.15.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to