diff --git a/recipes-support/hyprland/aquamarine/aquamarine/0001-CMakeLists.txt-fix-linking-with-opengl.patch b/recipes-support/hyprland/aquamarine/aquamarine/0001-CMakeLists.txt-fix-linking-with-opengl.patch index 4215fec..2fc342b 100644 --- a/recipes-support/hyprland/aquamarine/aquamarine/0001-CMakeLists.txt-fix-linking-with-opengl.patch +++ b/recipes-support/hyprland/aquamarine/aquamarine/0001-CMakeLists.txt-fix-linking-with-opengl.patch @@ -19,7 +19,7 @@ index 475c744..e5426dd 100644 set_target_properties(aquamarine PROPERTIES VERSION ${AQUAMARINE_VERSION} SOVERSION 9) -target_link_libraries(aquamarine OpenGL::EGL OpenGL::OpenGL PkgConfig::deps) -+target_link_libraries(aquamarine EGL GL PkgConfig::deps) ++target_link_libraries(aquamarine EGL GLESv2 PkgConfig::deps) check_include_file("sys/timerfd.h" HAS_TIMERFD) pkg_check_modules(epoll IMPORTED_TARGET epoll-shim) diff --git a/recipes-support/hyprland/aquamarine/aquamarine_0.10.0.bb b/recipes-support/hyprland/aquamarine/aquamarine_0.10.0.bb index e7f875a..3991901 100644 --- a/recipes-support/hyprland/aquamarine/aquamarine_0.10.0.bb +++ b/recipes-support/hyprland/aquamarine/aquamarine_0.10.0.bb @@ -5,25 +5,25 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" DEPENDS = " \ - hwdata \ - hyprutils \ - hyprwayland-scanner-native \ - libdrm \ - libdisplay-info \ - libinput \ - seatd \ - pixman \ - virtual/egl \ - virtual/libgbm \ - virtual/libgles3 \ - wayland \ - wayland-native \ - wayland-protocols \ + hwdata \ + hyprutils \ + hyprwayland-scanner-native \ + libdrm \ + libdisplay-info \ + libinput \ + seatd \ + pixman \ + virtual/egl \ + virtual/libgbm \ + virtual/libgles3 \ + wayland \ + wayland-native \ + wayland-protocols \ " SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main" SRC_URI += "file://0001-CMakeLists.txt-fix-linking-with-opengl.patch" -SRCREV = "b8a0c5ba5a9fbd2c660be7dd98bdde0ff3798556" +SRCREV = "2455556b426fd82e119e4c98c57fcd7a54625478" inherit cmake pkgconfig