From: jblum Date: Thu, 27 Nov 2008 00:17:32 +0000 (+0000) Subject: grc gtk version check X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1;p=debian%2Fgnuradio grc gtk version check git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10076 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/config/grc_grc.m4 b/config/grc_grc.m4 index 09b1a0c5..bb287fd1 100644 --- a/config/grc_grc.m4 +++ b/config/grc_grc.m4 @@ -45,6 +45,17 @@ AC_DEFUN([GRC_GRC],[ PYTHON_CHECK_MODULE([lxml],[Python XML wrappers],[],[passed=no]) fi + dnl ######################################## + dnl # test gtk version + dnl ######################################## + AC_MSG_CHECKING([for GTK version >= 2.10.0]) + if test `${PYTHON} -c "import gtk; print gtk.pygtk_version >= (2, 10, 0)"` = 'True'; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + passed=no + fi + dnl ######################################## dnl # platform dependency pythonw dnl ######################################## diff --git a/grc/todo.txt b/grc/todo.txt index 0937d9dc..6c10cc12 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -14,7 +14,6 @@ -param editor, expand entry boxes in focus -change param dialog to panel within main window -command line option for additional block wrappers --hotkeys in action descriptions -log slider gui control -icons for certain blocks, + for add -zoom in/out (cairo vector graphics) (use scroll wheel as control)