diff options
author | Jörg Mayer <jmayer@loplof.de> | 2010-03-07 19:40:25 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2010-03-07 19:40:25 +0000 |
commit | 6de362457d74eacc259088f3472511fbbef150fa (patch) | |
tree | 401988aef9f4444ddc6fc6eb4ec9e90a619ee24f /README.cmake | |
parent | ed5d503e5f8642da71585e715d219eb033d46230 (diff) | |
download | wireshark-6de362457d74eacc259088f3472511fbbef150fa.tar.gz wireshark-6de362457d74eacc259088f3472511fbbef150fa.tar.bz2 wireshark-6de362457d74eacc259088f3472511fbbef150fa.zip |
- Derive Wireshark version from configure.in for now.
Allow to overide that version in CMakefile.txt
- Minor update to README.cmake
- Turn off GTK_DEBUG
svn path=/trunk/; revision=32139
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake index d293e4c23d..7d1aeb062b 100644 --- a/README.cmake +++ b/README.cmake @@ -72,14 +72,14 @@ What works? =========== All the executables now build from clean source on: -* 32bit openSUSE 11.1 +* 32bit openSUSE 11.2 * 32bit Ubuntu 9.04 What needs to be done? ====================== - Add asn1 autogen target (assigned: krj) -- Redo glib2 and gtk2 find modules. +- Redo glib2 find modules. - Add back platform specific objects. - Fix places in the cmake files marked as todo. - Add back (working) install target. |