blob: 48eb9dda42279afabc61f116cb0452588ac81167 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Fix build
https://bugs.gentoo.org/912853
--- a/ext/libclementine-tagreader/CMakeLists.txt
+++ b/ext/libclementine-tagreader/CMakeLists.txt
@@ -37,7 +37,7 @@ add_library(libclementine-tagreader STATIC
)
target_link_libraries(libclementine-tagreader
- ${PROTOBUF_LIBRARY}
libclementine-common
+ ${PROTOBUF_LIBRARY} absl_log_internal_check_op absl_log_internal_message
)
|