[gnome-color-manager] Add a VTE dep for the new calibration stuff that is coming
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Add a VTE dep for the new calibration stuff that is coming
- Date: Thu, 29 Oct 2009 22:41:00 +0000 (UTC)
commit d0a3579adde1a7607a96c5bf3d525d9173b6c7c4
Author: Richard Hughes <richard hughsie com>
Date: Thu Oct 29 22:38:19 2009 +0000
Add a VTE dep for the new calibration stuff that is coming
configure.ac | 5 +++++
src/Makefile.am | 4 +++-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f5644d8..f64ef43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,6 +98,7 @@ GTK_REQUIRED=2.14.0
GNOMEDESKTOP_REQUIRED=2.14.0
GCONF_REQUIRED=0.22
UNIQUE_REQUIRED=1.0.0
+VTE_REQUIRED=0.22.2
dnl ---------------------------------------------------------------------------
dnl - Check library dependencies
@@ -123,6 +124,10 @@ PKG_CHECK_MODULES(UNIQUE, unique-1.0 >= $UNIQUE_REQUIRED)
AC_SUBST(UNIQUE_CFLAGS)
AC_SUBST(UNIQUE_LIBS)
+PKG_CHECK_MODULES(VTE, vte >= $VTE_REQUIRED)
+AC_SUBST(VTE_CFLAGS)
+AC_SUBST(VTE_LIBS)
+
AC_PATH_PROG(GCONFTOOL, gconftool-2)
AM_GCONF_SOURCE_2
diff --git a/src/Makefile.am b/src/Makefile.am
index a090040..b4b2aff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,8 @@ INCLUDES = \
$(GTK_CFLAGS) \
$(GNOMEDESKTOP_CFLAGS) \
$(UNIQUE_CFLAGS) \
- $(GCONF_CFLAGS) \
+ $(GCONF_CFLAGS) \
+ $(VTE_CFLAGS) \
-DBINDIR=\"$(bindir)\" \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DVERSION="\"$(VERSION)\"" \
@@ -69,6 +70,7 @@ gcm_prefs_LDADD = \
$(GNOMEDESKTOP_LIBS) \
$(UNIQUE_LIBS) \
$(GCONF_LIBS) \
+ $(VTE_LIBS) \
$(GTK_LIBS)
gcm_prefs_CFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]