Skip to content

Commit

Permalink
js: wscript: use pkgconfig for mujs (recently added .pc and 1.0.0 tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
avih committed Jun 16, 2017
1 parent fa929eb commit 071118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ iconv support use --disable-iconv.",
}, {
'name' : '--javascript',
'desc' : 'Javascript (MuJS backend)',
'func': check_statement('mujs.h', 'js_setreport(js_newstate(0, 0, 0), 0)', lib='mujs'),
'func': check_pkg_config('mujs', '>= 1.0.0'),
}, {
'name': '--libass',
'desc': 'SSA/ASS support',
Expand Down

0 comments on commit 071118e

Please sign in to comment.