Skip to content

Commit

Permalink
Fix things up
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 24, 2024
1 parent a1eedea commit 94e8c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ foreach i : icon_sizes
)
endforeach

subdir(styles)
subdir('styles')
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ conf_file = configure_file(

plugs_dir = get_option('prefix') / get_option('libdir') / 'switchboard-3'

gnome = import('gnome')
i18n = import('i18n')
pkg = import('pkgconfig')

Expand Down
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ switchboard_deps = [
]

executable(meson.project_name(),
stylesheet_resource,
switchboard_files,
conf_file,
dependencies: switchboard_deps,
Expand Down

0 comments on commit 94e8c88

Please sign in to comment.