GNOME Bugzilla – Bug 647548
Tracker should provide libmeegotouch disabling option
Last modified: 2011-04-13 22:04:53 UTC
As an middleware, tracker shouldn't have dependency on MTF or any UI framework. Before bugs on MTF could be fixed, please at least explicit option to disable usage of libmeegotouch and parse desktop file directly.
Presumably --disable-maemo is not good enough here then?
--disable-maemo disables also the maemo ontologies. Right now, if you do --enable-maemo: 1. Some extra ontologies are included 2. IF libmeegotouch is available, it is used to read the applications names (because of translations). There is no way to say "Do not use libmeegotouch even if it is available". So the idea is to split it in two options: --disable/enable-maemo --disable/enable-meegotouch In Meego-meego.com we will use: --enable-maemo --disable-meegotouch In Meego-harmattan we will use: --enable-maemo --enable-meegotouch In desktops and rest of the world: --disable-maemo --disable-meegotouch
Created attachment 185874 [details] [review] patch for disabling/enabling libmeegotouch as configure options Please review attached patch
I've committed a slight variation of that patch to master and tracker-0.10
(In reply to comment #4) > I've committed a slight variation of that patch to master and tracker-0.10 Presumably we can cherry-pick this to master too right Carlos?