SVN commit 1065667 by jmhoffmann: Reverting the last commit. This way of distinguishing between libgps <2.90 and libgps 2.90+ does not work and I don't know how to do it properly at the moment. So until this is sorted out, best is to revert imho. CCMAIL: ase...@kde.org CCMAIL: plasma-devel@kde.org
M +0 -4 location_gps.cpp --- trunk/KDE/kdebase/workspace/plasma/generic/dataengines/geolocation/location_gps.cpp #1065666:1065667 @@ -41,11 +41,7 @@ void Gpsd::run() { -#if GPSD_API_MAJOR_VERSION == 2 gps_query(m_gpsdata, "w+x\n"); -#elif GPSD_API_MAJOR_VERSION == 3 - gps_stream(m_gpsdata, WATCH_ENABLE, NULL); -#endif while (!m_abort) { Plasma::DataEngine::Data d; _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel