Fix: Added gtksourceview3 to dependencies (#958)

This commit is contained in:
Jas Singh
2025-05-26 22:44:15 -07:00
committed by GitHub
parent 8cf5806766
commit fff65524c5
2 changed files with 4 additions and 9 deletions

View File

@@ -12,6 +12,8 @@ datadir = prefix / get_option('datadir') / meson.project_name()
ags = find_program('ags', required: true)
find_program('gjs', required: true)
dependency('gtksourceview-3.0', required: true)
custom_target(
'hyprpanel_bundle',
input: files('app.ts'),