Mihai Fufezan 0dd9af698b
CMake: remove wayland-scanner from deps
Removed because of error:

> Imported target "PkgConfig::deps" includes non-existent path
> "/nix/store/0ikl83z4h69imxkwsly3hcm424f7wi7j-wayland-scanner-1.23.0-dev/include"
> in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
> * The path was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and references files it does not
> provide.
2024-09-01 18:12:36 +03:00
2024-07-30 21:59:36 +03:00
2024-07-30 21:59:36 +03:00
2024-07-28 18:36:59 +03:00
2023-09-06 20:36:48 +02:00
2024-01-04 22:02:50 +02:00
2024-06-09 10:40:56 +03:00
2024-07-22 13:35:31 +02:00

xdg-desktop-portal-hyprland

An XDG Desktop Portal backend for Hyprland.

Installing

First, make sure to install the required dependencies:

gbm
hyprland-protocols
hyprlang
libdrm
libpipewire-0.3
libspa-0.2
sdbus-cpp
wayland-client
wayland-protocols

Then run the build and install command:

git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland
cd xdg-desktop-portal-hyprland/
cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build
cmake --build build
sudo cmake --install build

Running, FAQs, etc.

See the Hyprland wiki

Description
xdg-desktop-portal backend for hyprland
Readme BSD-3-Clause 2.6 MiB
Languages
C++ 89.6%
CMake 4.2%
Nix 3.1%
Meson 3%
Makefile 0.1%