aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-09-17 00:00:05 +0100
committervaxerski <[email protected]>2023-09-17 00:02:11 +0100
commitc0082519ae476cf7fb75fcb2016607d193b14c49 (patch)
tree5cd2e5f5986ae7d5a80b2ac7defe26ba7b9d59e6 /Makefile
parent2f01a18989f03db6f7aedd5e9ce87326f6f3be78 (diff)
downloadHyprland-c0082519ae476cf7fb75fcb2016607d193b14c49.tar.gz
Hyprland-c0082519ae476cf7fb75fcb2016607d193b14c49.zip
wlroots: disable wlr vulkan support
Hyprland will never use vulkan so this is completely redundant
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d32c4ec1..518df327 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ fixwlr:
config:
$(MAKE) fixwlr
- meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false
+ meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false -Drenderers="gles2"
ninja -C subprojects/wlroots/build/
ninja -C subprojects/wlroots/build/ install
@@ -116,7 +116,7 @@ pluginenv:
configdebug:
$(MAKE) fixwlr
- meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=debug -Dwerror=false -Dexamples=false -Db_sanitize=address
+ meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=debug -Dwerror=false -Dexamples=false -Drenderers="gles2" -Db_sanitize=address
ninja -C subprojects/wlroots/build/
ninja -C subprojects/wlroots/build/ install