summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjblum2008-11-27 00:17:32 +0000
committerjblum2008-11-27 00:17:32 +0000
commit373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1 (patch)
treefd9f2fd4a83ea4a68d29c94101893712b4b39c49
parent715009be8e02990af5497edb251cce7839123a06 (diff)
downloadgnuradio-373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1.tar.gz
gnuradio-373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1.tar.bz2
gnuradio-373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1.zip
grc gtk version check
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10076 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r--config/grc_grc.m411
-rw-r--r--grc/todo.txt1
2 files changed, 11 insertions, 1 deletions
diff --git a/config/grc_grc.m4 b/config/grc_grc.m4
index 09b1a0c52..bb287fd1b 100644
--- a/config/grc_grc.m4
+++ b/config/grc_grc.m4
@@ -46,6 +46,17 @@ AC_DEFUN([GRC_GRC],[
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 ########################################
dnl FIXME: move this test to Python config m4
diff --git a/grc/todo.txt b/grc/todo.txt
index 0937d9dcc..6c10cc126 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)