File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ src_g3d_viewer = [
44 ' ../glest_game/global/config.cpp' ,
55 ' ../glest_game/graphics/unit_particle_type.cpp' ,
66 ' ../glest_game/graphics/particle_type.cpp' ,
7-
87]
98
109inc_common = [
@@ -23,8 +22,6 @@ inc_common = [
2322 ' ../glest_game/sound' ,
2423]
2524
26- dep_xercesc = dependency (' XercesC' )
27-
2825executable (' megaglest_g3d_viewer' ,
2926 src_g3d_viewer,
3027 include_directories : inc_common,
@@ -37,7 +34,6 @@ executable('megaglest_g3d_viewer',
3734 dep_jpeg,
3835 dep_png,
3936 dep_glew,
40- dep_xercesc
4137 ],
4238# cpp_args: [
4339# '-DNDEBUG',
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ executable('g2xml',
44
55executable (' xml2g' ,
66 ' xml2g.c' ,
7- dependencies : dependency (' libxml2 ' )
7+ dependencies : dependency (' libxml-2.0 ' )
88)
You can’t perform that action at this time.
0 commit comments