mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
ae0a376f59
Revdep rebuild follows.
38 lines
626 B
Bash
Executable File
38 lines
626 B
Bash
Executable File
#!/bin/sh
|
|
|
|
$PKG_CONFIG --libs \
|
|
absl_check \
|
|
absl_log \
|
|
absl_algorithm \
|
|
absl_base \
|
|
absl_bind_front \
|
|
absl_bits \
|
|
absl_btree \
|
|
absl_cleanup \
|
|
absl_cord \
|
|
absl_core_headers \
|
|
absl_debugging \
|
|
absl_die_if_null \
|
|
absl_dynamic_annotations \
|
|
absl_flags \
|
|
absl_flat_hash_map \
|
|
absl_flat_hash_set \
|
|
absl_function_ref \
|
|
absl_hash \
|
|
absl_layout \
|
|
absl_log_initialize \
|
|
absl_log_severity \
|
|
absl_memory \
|
|
absl_node_hash_map \
|
|
absl_node_hash_set \
|
|
absl_optional \
|
|
absl_span \
|
|
absl_status \
|
|
absl_statusor \
|
|
absl_strings \
|
|
absl_synchronization \
|
|
absl_time \
|
|
absl_type_traits \
|
|
absl_utility \
|
|
absl_variant
|