Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mm2 committed Jan 4, 2024
2 parents 59aea91 + bc3fc00 commit 4c54515
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
4 changes: 0 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ if get_option('utils')
subdir('utils')
endif

if get_option('samples')
subdir('utils/samples')
endif

extra_libraries = []
subdir('plugins')

Expand Down
1 change: 0 additions & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ option('jpeg', type: 'feature', value: 'auto', description: 'Use JPEG')
option('tiff', type: 'feature', value: 'auto', description: 'Use LibTiff')

option('utils', type: 'boolean', value: false, description: 'Build the utils')
option('samples', type: 'boolean', value: false, description: 'Build the samples')
option('fastfloat', type: 'boolean', value: false, description: 'Build and install the fast float plugin, use only if GPL 3.0 is acceptable')
option('threaded', type: 'boolean', value: false, description: 'Build and install the multi threaded plugin, use only if GPL 3.0 is acceptable')
33 changes: 0 additions & 33 deletions utils/samples/meson.build

This file was deleted.

0 comments on commit 4c54515

Please sign in to comment.