[Xfce4-commits] <xfce4-cpugraph-plugin:master> Check gtk's version

Florian noreply at xfce.org
Sat Apr 17 16:16:53 CEST 2010


Updating branch refs/heads/master
         to a825506ae7947ed7b4099756f939cb1c85d699d9 (commit)
       from 9626720bb7b25d9a851985393d792874e182dc93 (commit)

commit a825506ae7947ed7b4099756f939cb1c85d699d9
Author: Florian <frivoal at gmail.com>
Date:   Mon Mar 29 22:16:51 2010 +0900

    Check gtk's version
    
    Add and XDT macro in configure.ac to check for the minimum version of
    gtk we can use. The dependency on that version is due to using the
    gtk_tooltip API.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index d0f33fc..713a118 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ AC_HEADER_STDC
 
 dnl configure the panel plugin
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0])
 
 dnl translations
 XDT_I18N([@LINGUAS@])



More information about the Xfce4-commits mailing list