mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 19:05:58 +01:00
add a hyprland portals conf
This commit is contained in:
parent
116b9a8056
commit
ceba1b43c7
2 changed files with 3 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -59,6 +59,7 @@ install:
|
|||
cd subprojects/wlroots/build/include && find . -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland/wlroots && cd ../../../..
|
||||
cp ./protocols/*-protocol.h ${PREFIX}/include/hyprland/protocols
|
||||
cp ./build/hyprland.pc ${PREFIX}/share/pkgconfig
|
||||
cp ./assets/hyprland-portals.conf ${PREFIX}/share/xdg-desktop-portal/
|
||||
if [ -d /usr/share/pkgconfig ]; then cp ./build/hyprland.pc /usr/share/pkgconfig 2>/dev/null || true; fi
|
||||
|
||||
cleaninstall:
|
||||
|
|
2
assets/hyprland-portals.conf
Normal file
2
assets/hyprland-portals.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[preferred]
|
||||
default=Hyprland
|
Loading…
Reference in a new issue