aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-01-29 12:00:14 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-01-29 12:27:08 +0100
commit12f4e485351d018c980003cb166479d9f8061ccf (patch)
tree684bb39524804120117fc686e6a86c302c44ef76 /data
parenteb4d5366ed6289d75b6bb22ea03a5ecf6bd2e32f (diff)
libqrtr-glib: remove from the libqmi repository
It's been moved to its own project repository: https://gitlab.freedesktop.org/mobile-broadband/libqrtr
Diffstat (limited to 'data')
-rw-r--r--data/pkg-config/Makefile.am4
-rw-r--r--data/pkg-config/qrtr-glib.pc.in11
2 files changed, 0 insertions, 15 deletions
diff --git a/data/pkg-config/Makefile.am b/data/pkg-config/Makefile.am
index b40df97..530151a 100644
--- a/data/pkg-config/Makefile.am
+++ b/data/pkg-config/Makefile.am
@@ -2,7 +2,3 @@
# Set up pkg-config .pc files for exported libraries
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = qmi-glib.pc
-
-if QMI_QRTR_SUPPORTED
-pkgconfig_DATA += qrtr-glib.pc
-endif
diff --git a/data/pkg-config/qrtr-glib.pc.in b/data/pkg-config/qrtr-glib.pc.in
deleted file mode 100644
index bf359cb..0000000
--- a/data/pkg-config/qrtr-glib.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: qrtr-glib
-Description: Library to monitor nodes in the QRTR bus
-Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0
-Cflags: -I${includedir}/libqrtr-glib
-Libs: -L${libdir} -lqrtr-glib