From 08263029b9253c794b2eb67628250c80ebdac341 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 26 Aug 2024 00:07:45 -0400 Subject: working on hyprland update --- .../ryan-packages/patches/hyprland-fix-cmake.patch | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 modules/ryan-packages/patches/hyprland-fix-cmake.patch (limited to 'modules/ryan-packages/patches/hyprland-fix-cmake.patch') diff --git a/modules/ryan-packages/patches/hyprland-fix-cmake.patch b/modules/ryan-packages/patches/hyprland-fix-cmake.patch new file mode 100644 index 0000000..d294905 --- /dev/null +++ b/modules/ryan-packages/patches/hyprland-fix-cmake.patch @@ -0,0 +1,41 @@ +From 33fac66982422104cc1c2664f9a841fc96295c13 Mon Sep 17 00:00:00 2001 +From: Freya Murphy +Date: Mon, 5 Aug 2024 20:35:50 -0400 +Subject: [PATCH] fix cmake + +--- + CMakeLists.txt | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index fa58b63d..51ea6cfa 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -26,7 +26,6 @@ execute_process(COMMAND ./scripts/generateVersion.sh + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) + + # udis +-add_subdirectory("subprojects/udis86") + + if(CMAKE_BUILD_TYPE) + string(TOLOWER ${CMAKE_BUILD_TYPE} BUILDTYPE_LOWER) +@@ -85,7 +84,7 @@ if(LEGACY_RENDERER) + else() + set(GLES_VERSION "GLES3") + endif() +-find_package(OpenGL REQUIRED COMPONENTS ${GLES_VERSION}) ++find_package(OpenGL REQUIRED) + + pkg_check_modules( + deps +@@ -314,7 +313,6 @@ protocolwayland() + + # tools + add_subdirectory(hyprctl) +-add_subdirectory(hyprpm) + + # binary and symlink + install(TARGETS Hyprland) +-- +2.45.1 + -- cgit v1.2.3