Skip to content

Commit

Permalink
Add xmllint to build requires
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed May 14, 2024
1 parent ba6bf5c commit 69d582e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Build-Depends:
libglib2.0-dev (>= 2.58.0),
libmozjs-115-dev,
libreadline-dev,
libxml2-utils,
meson (>= 0.54.0),
pkg-config (>= 0.28),
xauth <!nocheck>,
Expand Down
2 changes: 1 addition & 1 deletion installed-tests/js/testSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('System.addressOf()', function () {
describe('System.version', function () {
it('gives a plausible number', function () {
expect(System.version).not.toBeLessThan(14700);
expect(System.version).toBeLessThan(20000);
expect(System.version).toBeLessThan(80000);
});
});

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2019 Philip Chimento <[email protected]>
# SPDX-FileCopyrightText: 2019 Chun-wei Fan <[email protected]>

project('cjs', 'cpp', 'c', version: '1.77.2', license: ['MIT', 'LGPL2+'],
project('cjs', 'cpp', 'c', version: '6.1.0', license: ['MIT', 'LGPL2+'],
meson_version: '>= 0.54.0',
default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99',
'warning_level=2', 'b_pch=true' ])
Expand Down

0 comments on commit 69d582e

Please sign in to comment.