Skip to content

Commit

Permalink
Meson: add hyprutils dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jun 11, 2024
1 parent 075e71b commit 67a12c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hyprctl/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
executable('hyprctl', 'main.cpp',
dependencies: [
dependency('hyprutils', version: '>= 0.1.1'),
],
install: true
)

Expand Down
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ executable('Hyprland', src,
dependency('cairo'),
dependency('hyprcursor'),
dependency('hyprlang', version: '>= 0.3.2'),
dependency('hyprutils', version: '>= 0.1.1'),
dependency('libdrm'),
dependency('egl'),
dependency('xkbcommon'),
Expand Down

0 comments on commit 67a12c7

Please sign in to comment.