Skip to content

Commit

Permalink
Fix ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammyjamjamman committed Aug 28, 2022
1 parent 1f48cca commit 284b3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/g3d_viewer/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inc_common = [
'../glest_game/sound',
]

dep_xercesc = dependency('XercesC')
dep_xercesc = dependency('XercesC', required: false)

executable('megaglest_g3d_viewer',
src_g3d_viewer,
Expand Down
2 changes: 1 addition & 1 deletion source/tools/glexemel/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ executable('g2xml',

executable('xml2g',
'xml2g.c',
dependencies: dependency('libxml2')
dependencies: dependency('libxml-2.0')
)

0 comments on commit 284b3c3

Please sign in to comment.