aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorizmyname <[email protected]>2024-10-27 00:49:00 +0500
committerGitHub <[email protected]>2024-10-26 22:49:00 +0300
commitf3f7d3629a632682b1b3acf800f0b5fb10cd48f4 (patch)
treedbcd7a8d7bf3fcf5e8f74e3fcc153888196d229d /meson.build
parentc356e425008cba8bd0c87487a2c79b9be4eda2aa (diff)
downloadHyprland-f3f7d3629a632682b1b3acf800f0b5fb10cd48f4.tar.gz
Hyprland-f3f7d3629a632682b1b3acf800f0b5fb10cd48f4.zip
Build with hyprland-session.service (#8251)
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 33e8fdbe..d0ba9a5c 100644
--- a/meson.build
+++ b/meson.build
@@ -80,6 +80,8 @@ if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized'
warning('Profiling builds should set -- buildtype = debugoptimized')
endif
+
+
subdir('protocols')
subdir('src')
subdir('hyprctl')
@@ -87,6 +89,7 @@ subdir('hyprpm/src')
subdir('assets')
subdir('example')
subdir('docs')
+subdir('systemd')
# Generate hyprland.pc
pkg_install_dir = join_paths(get_option('datadir'), 'pkgconfig')