summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-08-03 00:19:40 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-08-05 10:20:02 +0200
commitdac570e7f713947295e0fadacb14e5d1a67a069c (patch)
tree54abb6f0e58c307e80f3179f0b79aaebc5f03d7a /data
parentc91d2f9148911b4f7c2c98d096fcc5c1d2bd1610 (diff)
downloadlibqmi-dac570e7f713947295e0fadacb14e5d1a67a069c.tar.gz
pkg-config: add new qmi_rmnet_supported symbol
To allow detecting via pkg-config whether libqmi was built with rmnet support, as we do with other build features.
Diffstat (limited to 'data')
-rw-r--r--data/pkg-config/qmi-glib.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/pkg-config/qmi-glib.pc.in b/data/pkg-config/qmi-glib.pc.in
index f16da762..6fb8805d 100644
--- a/data/pkg-config/qmi-glib.pc.in
+++ b/data/pkg-config/qmi-glib.pc.in
@@ -2,8 +2,9 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-qmi_qrtr_supported=@QMI_QRTR_SUPPORTED@
qmi_mbim_qmux_supported=@QMI_MBIM_QMUX_SUPPORTED@
+qmi_qrtr_supported=@QMI_QRTR_SUPPORTED@
+qmi_rmnet_supported=@QMI_RMNET_SUPPORTED@
Name: qmi-glib
Description: Library to communicate with QMI-powered modems