[Marble-commits] branches/KDE/4.4/kdeedu/marble/src/plugins/positionprovider/gpsd
Dennis Nienhüser
earthwings at gentoo.org
Sat Apr 24 00:44:27 CEST 2010
SVN commit 1118103 by nienhueser:
Add the WATCH_NMEA flag needed for version 2.93 and later to work. Backport of commit 1118101.
CCBUG: 233603
M +1 -1 GpsdConnection.cpp
--- branches/KDE/4.4/kdeedu/marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp #1118102:1118103
@@ -21,7 +21,7 @@
gps_data_t* data = m_gpsd.open();
if ( data ) {
#if defined( GPSD_API_MAJOR_VERSION ) && ( GPSD_API_MAJOR_VERSION >= 3 ) && defined( WATCH_ENABLE )
- m_gpsd.stream( WATCH_ENABLE );
+ m_gpsd.stream( WATCH_ENABLE | WATCH_NMEA );
#endif
connect( &m_timer, SIGNAL( timeout() ), this, SLOT( update() ) );
m_timer.start( 1000 );
More information about the Marble-commits
mailing list