util/OptionParser: move to cmdline/

This library will depend on libfmt, and libutil shouldn't depend on
any library.
This commit is contained in:
Max Kellermann
2022-11-29 11:27:59 +01:00
parent cf3f3a7750
commit 45b13fc2a6
13 changed files with 28 additions and 15 deletions

View File

@@ -294,6 +294,7 @@ run_input = executable(
log_dep,
input_glue_dep,
archive_glue_dep,
cmdline_dep,
],
)
@@ -402,6 +403,7 @@ if chromaprint_dep.found()
input_glue_dep,
archive_glue_dep,
chromaprint_dep,
cmdline_dep,
],
)
endif
@@ -420,6 +422,7 @@ executable(
decoder_glue_dep,
input_glue_dep,
archive_glue_dep,
cmdline_dep,
],
)
@@ -546,6 +549,7 @@ executable(
log_dep,
pcm_dep,
config_dep,
cmdline_dep,
],
)
@@ -607,6 +611,7 @@ executable(
output_glue_dep,
encoder_glue_dep,
event_dep,
cmdline_dep,
],
)