mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
cmake: Fix FindGio.cmake to find libgio
Find actual libgio-2.0.so instead of libgobject-2.0.so.
This commit is contained in:
@@ -21,7 +21,7 @@ find_path(
|
||||
|
||||
find_library(
|
||||
GIO_LIB
|
||||
NAMES ${_GIO_LIBRARIES} gio-2.0 libgio-2.0 gio-unix-2.0
|
||||
NAMES gio-2.0 libgio-2.0 gio-unix-2.0
|
||||
HINTS ${_GIO_LIBRARY_DIRS}
|
||||
PATHS /usr/lib /usr/local/lib /opt/local/lib /sw/lib)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user