~dhananjaysathe/nuvola-player/TelepathyExt

« back to all changes in this revision

Viewing changes to src/extensions/lyrics.vala

  • Committer: Jiří Janoušek
  • Date: 2012-07-14 21:23:34 UTC
  • Revision ID: janousek.jiri@gmail.com-20120714212334-4oow3eufqbw0rdme
Build script refactoring with a breakage.

 * More `./waf configure` options, type `./waf --help`
   or `./waf features` for details.
 * All fetures are enabled by default, some of them can
   be disabled if it is not possible to satisfy all
   dependencies. See INSTALL.
 * Removed README.Ubuntu and README.Fedora.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
with this program.  If not, see <http://www.gnu.org/licenses/>.
22
22
*/
23
23
 
 
24
#if LYRICS_FETCHING
 
25
 
24
26
using Fenryxo.Logger;
25
27
using Fenryxo.System;
26
28
 
563
565
</ui>
564
566
""";
565
567
}
 
568
 
 
569
#endif