aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-04-12 20:35:31 +0300
committerMihai Fufezan <[email protected]>2024-04-12 20:39:00 +0300
commitd8d0d3b20bdb4e4320989349dacd6deb17cfb619 (patch)
treee64d1896bc84646f82b9e18165aa1534a60b0bd3 /meson.build
parent382b6d3f6b26284388cfe3181c447f11a8dc9bee (diff)
downloadHyprland-d8d0d3b20bdb4e4320989349dacd6deb17cfb619.tar.gz
Hyprland-d8d0d3b20bdb4e4320989349dacd6deb17cfb619.zip
Nix & Meson: switch to wlroots-hyprland
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 81d6e403..28e652d7 100644
--- a/meson.build
+++ b/meson.build
@@ -33,7 +33,7 @@ if cpp_compiler.check_header('execinfo.h')
add_project_arguments('-DHAS_EXECINFO', language: 'cpp')
endif
-wlroots = subproject('wlroots', default_options: ['examples=false', 'renderers=gles2'])
+wlroots = subproject('wlroots-hyprland', default_options: ['examples=false', 'renderers=gles2'])
have_xwlr = wlroots.get_variable('features').get('xwayland')
xcb_dep = dependency('xcb', required: get_option('xwayland'))