~endlessm/jasmine-gjs/trunk

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: GitHub
  • Author(s): Andy Holmes
  • Date: 2020-09-11 03:47:16 UTC
  • Revision ID: git-v1:afad1b77580eaec6fa0114e1532415569df63b22
Tags: 2.5.2
Jasmine 2.5.2 (#43)

* Update to Jasmine upstream version 2.5.2

* Update Fedora packaging for 2.5.2

* Update Debian packaging for 2.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project('jasmine-gjs', version: '2.4.1', license: 'MIT',
 
1
project('jasmine-gjs', version: '2.5.2', license: 'MIT',
2
2
    meson_version: '>= 0.50.0')
3
3
 
4
4
gjs_dep = dependency('gjs-1.0', required: false)