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 c4b0c4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions source/g3d_viewer/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ src_g3d_viewer = [
'../glest_game/global/config.cpp',
'../glest_game/graphics/unit_particle_type.cpp',
'../glest_game/graphics/particle_type.cpp',

]

inc_common = [
Expand All @@ -23,8 +22,6 @@ inc_common = [
'../glest_game/sound',
]

dep_xercesc = dependency('XercesC')

executable('megaglest_g3d_viewer',
src_g3d_viewer,
include_directories: inc_common,
Expand All @@ -37,7 +34,6 @@ executable('megaglest_g3d_viewer',
dep_jpeg,
dep_png,
dep_glew,
dep_xercesc
],
# cpp_args: [
# '-DNDEBUG',
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 c4b0c4c

Please sign in to comment.