Chore: Remove gtksourceview3 check from meson. (#997)

This commit is contained in:
Jas Singh
2025-06-04 00:28:32 -07:00
committed by GitHub
parent 2418d8ed52
commit 20532ee760

View File

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