Update to new upstream version 0.36.0

This commit is contained in:
alan (NyxTrail) 2024-03-03 09:24:49 +00:00
parent 02d68054cc
commit 81f08e595d
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
hyprland (0.35.0+ds-1) UNRELEASED; urgency=low hyprland (0.36.0+ds-1) UNRELEASED; urgency=low
* Initial release. Closes: #1040971 * Initial release. Closes: #1040971
* Modified Makefile to support DESTDIR variable so that we can "install" * Modified Makefile to support DESTDIR variable so that we can "install"

View File

@ -29,8 +29,8 @@ Forwarded: not-needed
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
find_package(OpenGL REQUIRED) find_package(OpenGL REQUIRED)
-pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm xkbcommon libinput pango pangocairo pixman-1) # we do not check for wlroots, as we provide it ourselves -pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm xkbcommon libinput pango pangocairo pixman-1 hyprlang>=0.3.2) # we do not check for wlroots, as we provide it ourselves
+pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm xkbcommon libinput pango pangocairo pixman-1 udis86) # we do not check for wlroots, as we provide it ourselves +pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-server wayland-client wayland-cursor wayland-protocols cairo libdrm xkbcommon libinput pango pangocairo pixman-1 hyprlang>=0.3.2 udis86) # we do not check for wlroots, as we provide it ourselves
file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp") file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp")