[gnome-color-manager] Ensure we can compile with vte3
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Ensure we can compile with vte3
- Date: Wed, 28 Jul 2010 09:02:16 +0000 (UTC)
commit 777ad1d2a684846ca34fe18c15b51d33514f1409
Author: Richard Hughes <richard hughsie com>
Date: Tue Jul 27 14:48:12 2010 +0100
Ensure we can compile with vte3
configure.ac | 2 +-
src/Makefile.am | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f7b3909..584ca05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ PANELS_DIR="${libdir}/control-center-1/panels"
AC_SUBST(PANELS_DIR)
dnl **** Check for VTE ****
-PKG_CHECK_MODULES(VTE, vte3 >= 0.25.1, has_vte=yes, has_vte=no)
+PKG_CHECK_MODULES(VTE, vte-2.90 >= 0.25.1, has_vte=yes, has_vte=no)
AM_CONDITIONAL(HAVE_VTE, test x$has_vte = xyes)
if test x$has_vte = xyes; then
AC_DEFINE(HAVE_VTE,1,[Use VTE terminal widget])
diff --git a/src/Makefile.am b/src/Makefile.am
index 844c0b8..4b4a496 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -243,6 +243,7 @@ libcolor_la_LIBADD = \
$(GLIB_LIBS) \
$(X11_LIBS) \
$(GUDEV_LIBS) \
+ $(VTE_LIBS) \
$(XORG_LIBS) \
$(GTK_LIBS) \
$(TIFF_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]