mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(build): go back to pkg-config
This commit is contained in:
parent
93f2c38376
commit
77bb85e5e4
|
@ -110,8 +110,8 @@ search_dependency(TOXENCRYPTSAVE PACKAGE toxencryptsave OPTIONAL)
|
|||
if (NOT TOXCORE_FOUND OR
|
||||
NOT TOXAV_FOUND OR
|
||||
NOT TOXENCRYPTSAVE_FOUND)
|
||||
search_dependency(TOXCORE PACKAGE libtoxcore)
|
||||
search_dependency(TOXAV PACKAGE libtoxav)
|
||||
search_dependency(TOXCORE PACKAGE libtoxcore)
|
||||
search_dependency(TOXAV PACKAGE libtoxav)
|
||||
endif()
|
||||
|
||||
search_dependency(OPENAL PACKAGE openal FRAMEWORK OpenAL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user