Skip to content

Commit

Permalink
Re-order meson.build
Browse files Browse the repository at this point in the history
Signed-off-by: Alan O'Callaghan <[email protected]>
  • Loading branch information
alanocallaghan committed Oct 26, 2023
1 parent f948469 commit fa61ee7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions meson/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ add_global_arguments(
language: ['c', 'cpp']
)

subproject(
'pcre2',
default_options : [
'grep=false',
'test=false',
'jit_sealloc=disabled',# arm64 darwin
],
)
subproject('zlib')
subproject('libpng')
subproject(
Expand All @@ -47,6 +39,15 @@ subproject(
'tests=false',
],
)
subproject(
'pcre2',
default_options : [
'grep=false',
'test=false',
'jit_sealloc=disabled',# arm64 darwin
],
)

subproject(
'libxml2',
default_options : [
Expand Down Expand Up @@ -95,6 +96,7 @@ subproject(
'tests=false',
],
)
subproject('openslide-java')
subproject(
'openslide',
default_options : [
Expand Down

0 comments on commit fa61ee7

Please sign in to comment.