[gnome-builder] sysprof: requiring the UI lib implies the backend lib too
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] sysprof: requiring the UI lib implies the backend lib too
- Date: Tue, 23 Aug 2016 02:16:42 +0000 (UTC)
commit fd003c344b5dd32fcdc07dc4d12a3a9fdfabbc40
Author: Christian Hergert <chergert redhat com>
Date: Mon Aug 22 19:16:35 2016 -0700
sysprof: requiring the UI lib implies the backend lib too
plugins/sysprof/configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/sysprof/configure.ac b/plugins/sysprof/configure.ac
index 0e250b8..0a2ca81 100644
--- a/plugins/sysprof/configure.ac
+++ b/plugins/sysprof/configure.ac
@@ -1,8 +1,7 @@
m4_define(sysprof_required_version, [3.20.1])
PKG_CHECK_MODULES(SYSPROF,
- [sysprof-2 >= sysprof_required_version
- sysprof-ui-2 >= sysprof_required_version],
+ [sysprof-ui-2 >= sysprof_required_version],
[have_sysprof_ui=yes],
[have_sysprof_ui=no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]