aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorFlorian "sp1rit"​ <[email protected]>2022-06-12 22:57:03 +0200
committerFlorian "sp1rit"​ <[email protected]>2022-06-16 23:30:28 +0200
commitfd0112425f165aff786bcfec8c610114324c37a1 (patch)
tree2f10644bc09eeb9e378f612f59462c2a40d2e3a2 /.gitmodules
parent354e2651289861bf7027fd02be41088e45fc1c99 (diff)
downloadHyprland-fd0112425f165aff786bcfec8c610114324c37a1.tar.gz
Hyprland-fd0112425f165aff786bcfec8c610114324c37a1.zip
Added meson buildfiles
this makes for a far better experience in combination with wlroots, since that whole makefile mess is not required. Additionaly, handling of wayland protocol sources is also slightly better, but could be improved with mesons inbuilt wayland module. To build Hyprland using meson: meson _build -Ddefault_library=static ninja -C _build ninja -C _build install
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 91f54c59..01c7b0d5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "wlroots"]
- path = wlroots
+ path = subprojects/wlroots
url = https://github.com/ThatOneCalculator/wlroots-mirror