Skip to content

Commit

Permalink
Merge pull request #87 from bgilbert/dicom
Browse files Browse the repository at this point in the history
Disable libdicom for stable release
  • Loading branch information
bgilbert authored Apr 15, 2023
2 parents 49d89e6 + 5699094 commit fa9d8fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

set -eE

packages="ssp winpthreads zlib libpng libjpeg_turbo libtiff libopenjp2 sqlite3 proxy_libintl libffi pcre2 glib gdk_pixbuf pixman cairo libxml2 uthash libdicom openslide openslide_java"
packages="ssp winpthreads zlib libpng libjpeg_turbo libtiff libopenjp2 sqlite3 proxy_libintl libffi pcre2 glib gdk_pixbuf pixman cairo libxml2 openslide openslide_java"

# Package display names
ssp_name="libssp"
Expand Down
7 changes: 0 additions & 7 deletions meson/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ subproject(
'iconv=disabled',
],
)
subproject('uthash')
subproject(
'libdicom',
default_options : [
'tests=false',
],
)
subproject(
'openslide',
default_options : [
Expand Down

0 comments on commit fa9d8fb

Please sign in to comment.