diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 00:03:31 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 00:03:31 -0400 |
commit | 9ed77c16bb9093ca80f0749409124aec3b306bca (patch) | |
tree | f6f094d493d3f83c8452921ae45b0b9fede79349 /modules/freya/packages/patches/hyprland-fix-cmake.patch | |
parent | refactor services, syncthing, update audio packages (diff) | |
download | dotfiles-guix-9ed77c16bb9093ca80f0749409124aec3b306bca.tar.gz dotfiles-guix-9ed77c16bb9093ca80f0749409124aec3b306bca.tar.bz2 dotfiles-guix-9ed77c16bb9093ca80f0749409124aec3b306bca.zip |
update wm packages and bluez
Diffstat (limited to 'modules/freya/packages/patches/hyprland-fix-cmake.patch')
-rw-r--r-- | modules/freya/packages/patches/hyprland-fix-cmake.patch | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/modules/freya/packages/patches/hyprland-fix-cmake.patch b/modules/freya/packages/patches/hyprland-fix-cmake.patch index d294905..1ac9782 100644 --- a/modules/freya/packages/patches/hyprland-fix-cmake.patch +++ b/modules/freya/packages/patches/hyprland-fix-cmake.patch @@ -11,31 +11,23 @@ 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 |