~nuvola-player-devel/nuvola-player/digitallyimported

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Jiří Janoušek
  • Date: 2014-04-19 14:28:40 UTC
  • mfrom: (816.1.1 webkitframe)
  • Revision ID: janousek.jiri@gmail.com-20140419142840-zd1m0w55r397qb65
Merged WebKitGtk Frame for debugging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
                vapi_dirs = ['vapi', 'external/vala-0.22']
351
351
                )
352
352
        
 
353
        ctx.program(
 
354
                target = "webkitgtkframe",
 
355
                packages = "glib-2.0 gtk+-3.0 webkitgtk-3.0",
 
356
                uselib = "GLIB GTK+ WEBKIT",
 
357
                source = ['src/webkitframe/webkitframe.vala'],
 
358
                vala_defines = vala_defines,
 
359
                threading = True,
 
360
                install_path = '${LIBEXECDIR}/%s' % (APPNAME),
 
361
                vapi_dirs = ['vapi', 'external/vala-0.22']
 
362
                )
 
363
        
353
364
        # build test unless they are disabled
354
365
        if not ctx.options.skip_tests:
355
366
                TESTSBIN = "tests/bin/"