Skip to content

Commit

Permalink
Core: Move to aquamarine
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jun 22, 2024
1 parent fabc30d commit 1e64cb0
Show file tree
Hide file tree
Showing 75 changed files with 1,877 additions and 2,022 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ endif()
find_package(OpenGL REQUIRED COMPONENTS ${GLES_VERSION})

pkg_check_modules(deps REQUIRED IMPORTED_TARGET
aquamarine
xkbcommon uuid
wayland-server wayland-client wayland-cursor wayland-protocols
cairo pango pangocairo pixman-1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ asan:
@pidof Hyprland > /dev/null && exit 1 || echo ""

rm -rf ./wayland
git reset --hard
#git reset --hard

@echo -en "If you want to apply a patch, input its path (leave empty for none):\n"
@read patchvar
Expand Down
Loading

0 comments on commit 1e64cb0

Please sign in to comment.