~shim/libdesktop-agnostic/vala-0.18

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Michal Hruby
  • Date: 2011-03-12 14:30:28 UTC
  • Revision ID: michal.mhr@gmail.com-20110312143028-a6lg3fd77amv2h6s
Let's not forget about the fdo-gio module

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
CFG_BACKENDS = ','.join(['gconf', 'keyfile'])
22
22
VFS_BACKENDS = ','.join(['gio', 'gnome-vfs', 'thunar-vfs'])
23
 
FDO_BACKENDS = ','.join(['glib', 'gnome'])
 
23
FDO_BACKENDS = ','.join(['glib', 'gnome', 'gio'])
24
24
DISTCHECK_FLAGS = '\t'.join(['--config-backends=%s' % CFG_BACKENDS,
25
25
                             '--vfs-backends=%s' % VFS_BACKENDS,
26
26
                             '--desktop-entry-backends=%s' % FDO_BACKENDS])