diff --git a/recipes-support/hyprland/hyprtoolkit/hyprtoolkit/0001-CMakeLists.txt-fix-linking-with-opengl.patch b/recipes-support/hyprland/hyprtoolkit/hyprtoolkit/0001-CMakeLists.txt-fix-linking-with-opengl.patch index 8ae5caf..0343add 100644 --- a/recipes-support/hyprland/hyprtoolkit/hyprtoolkit/0001-CMakeLists.txt-fix-linking-with-opengl.patch +++ b/recipes-support/hyprland/hyprtoolkit/hyprtoolkit/0001-CMakeLists.txt-fix-linking-with-opengl.patch @@ -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) diff --git a/recipes-support/hyprland/hyprtoolkit/hyprtoolkit_0.2.4.bb b/recipes-support/hyprland/hyprtoolkit/hyprtoolkit_0.3.0.bb similarity index 93% rename from recipes-support/hyprland/hyprtoolkit/hyprtoolkit_0.2.4.bb rename to recipes-support/hyprland/hyprtoolkit/hyprtoolkit_0.3.0.bb index 0ce6f30..cf37fd0 100644 --- a/recipes-support/hyprland/hyprtoolkit/hyprtoolkit_0.2.4.bb +++ b/recipes-support/hyprland/hyprtoolkit/hyprtoolkit_0.3.0.bb @@ -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