hyprtoolkit: update

This commit is contained in:
Markus Volk
2025-11-11 09:07:00 +01:00
parent 1974da976a
commit d3267f0444
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ index b47f0b0..55e9176 100644
@@ -77,7 +77,7 @@ target_include_directories(
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
set_target_properties(hyprtoolkit PROPERTIES VERSION ${HYPRTOOLKIT_VERSION}
SOVERSION 2)
SOVERSION 3)
-target_link_libraries(hyprtoolkit PUBLIC OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
+target_link_libraries(hyprtoolkit PUBLIC EGL GL PkgConfig::deps)

View File

@@ -27,7 +27,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/hyprtoolkit.git;protocol=https;branch=main"
SRC_URI += "file://0001-CMakeLists.txt-fix-linking-with-opengl.patch"
SRCREV = "83ed855598b532360a6f7a878224cb66115cf0a1"
SRCREV = "2af07d3fd4d165caee160aab96810c54d81e88c2"
inherit cmake pkgconfig