~diodon-team/diodon/unity-lens

« back to all changes in this revision

Viewing changes to src/wscript_build

  • Committer: Oliver Sauder
  • Date: 2011-05-25 15:43:47 UTC
  • Revision ID: os@esite.ch-20110525154347-ti595ki3x55jkt5t
Diodon should only appear on GNOME

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  features = 'c cprogram',
9
9
  target = 'diodon',
10
10
  vapi_dirs = '../vapi',
11
 
  uselib = 'GTK GEE APPINDICATOR XML GCONF X11 GDKX GIO',
 
11
  uselib = 'GTK GEE APPINDICATOR XML GCONF X11 GDKX GIO GIOUNIX',
12
12
  cflags = ['-include', 'config.h'],
13
 
  packages = 'gtk+-2.0 gee-1.0 gio-2.0 appindicator-0.1 libxml-2.0 gconf-2.0 x11 gdk-x11-2.0 config',
 
13
  packages = 'gtk+-2.0 gee-1.0 gio-2.0 gio-unix-2.0 appindicator-0.1 libxml-2.0 gconf-2.0 x11 gdk-x11-2.0 config',
14
14
  source = bld.path.ant_glob (incl='**/*.vala'))
15
15
 
16
16
if bld.env['HAVE_UNITY'] and bld.env['HAVE_DEE']: