Skip to content

Commit

Permalink
new build dep & fix wwmm#306
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailnov authored and AsavarTzeth committed Aug 24, 2018
1 parent 8f53e11 commit a391b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ appdata_file = i18n_mod.merge_file(
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test('Validate appstream file', appstream_util,
args: ['validate-relax', appdata_file]
args: ['validate-relax', '--nonet', appdata_file]
)
endif

Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Build-Depends: debhelper (>=11),
libsamplerate0-dev,
itstool,
libebur128-dev,
appstream-util
appstream-util,
desktop-file-utils

Package: pulseeffects
Architecture: any
Expand Down

0 comments on commit a391b8c

Please sign in to comment.