diff options
author | Vaxry <[email protected]> | 2024-04-23 02:22:30 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-23 02:22:30 +0100 |
commit | 5262292abc564cffc2ebead5aab6ba028bf9b597 (patch) | |
tree | 403c56587aebf4bd684276c20d2c08ba8013475a /CMakeLists.txt | |
parent | c3ec16f494f52dfd670cfd4d4296ddda662f039b (diff) | |
download | Hyprland-5262292abc564cffc2ebead5aab6ba028bf9b597.tar.gz Hyprland-5262292abc564cffc2ebead5aab6ba028bf9b597.zip |
cmake: add uuid to deps
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d45600cf..9330f7e7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ endif() find_package(OpenGL REQUIRED COMPONENTS ${GLES_VERSION}) pkg_check_modules(deps REQUIRED IMPORTED_TARGET - xkbcommon + xkbcommon uuid wayland-server wayland-client wayland-cursor wayland-protocols cairo pango pangocairo pixman-1 libdrm libinput hwdata libseat libdisplay-info libliftoff libudev gbm |