[network-manager-applet] build: fix missing gmodule linkage for the editor after 4d7546e7d
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] build: fix missing gmodule linkage for the editor after 4d7546e7d
- Date: Wed, 25 Feb 2015 19:51:11 +0000 (UTC)
commit 525fda981e86b7fd7740b569ac19909dc6eab537
Author: Dan Williams <dcbw redhat com>
Date: Wed Feb 25 13:49:59 2015 -0600
build: fix missing gmodule linkage for the editor after 4d7546e7d
Fixes: 4d7546e7d0e56c3a102a12ba03695eac6f8109f8
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 66f9891..27a2085 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ PKG_CHECK_MODULES(LIBNM_GLIB,
gmodule-export-2.0])
NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
-PKG_CHECK_MODULES(LIBNM, [libnm gio-2.0 >= 2.32])
+PKG_CHECK_MODULES(LIBNM, [libnm gio-2.0 >= 2.32 gmodule-export-2.0])
LIBNM_CFLAGS="$LIBNM_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
PKG_CHECK_MODULES(LIBSECRET, [libsecret-unstable])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]