14 lines
624 B
Diff
14 lines
624 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 6cdb340..954de21 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -60,7 +60,7 @@ target_include_directories(
|
|
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
|
|
set_target_properties(aquamarine PROPERTIES VERSION ${AQUAMARINE_VERSION}
|
|
SOVERSION 6)
|
|
-target_link_libraries(aquamarine OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
|
|
+target_link_libraries(aquamarine OpenGL::EGL OpenGL::GL PkgConfig::deps)
|
|
|
|
check_include_file("sys/timerfd.h" HAS_TIMERFD)
|
|
pkg_check_modules(epoll IMPORTED_TARGET epoll-shim)
|