aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-08-26 17:12:21 +0200
committerGitHub <[email protected]>2023-08-26 17:12:21 +0200
commit4a41d013a27c9919ed41a50c43c4224d8443a415 (patch)
treef404e8d5d70d48dac21dcca836cfd8310f873335 /Makefile
parent299d201e562c0d0d1530d1559ff33802a1470815 (diff)
downloadHyprland-4a41d013a27c9919ed41a50c43c4224d8443a415.tar.gz
Hyprland-4a41d013a27c9919ed41a50c43c4224d8443a415.zip
internal: Fix XDP multi-portal issues (#3077)
* add a hyprland portals conf * remove portal checks * typo * Nix: remove portal patch --------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1262e234..3c8811ad 100644
--- a/Makefile
+++ b/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: