Skip to content

Commit

Permalink
Library: Add settings page and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 23, 2024
1 parent 83f8059 commit a15efb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ libswitchboard_deps = [
gio_unix_dep,
gmodule_dep,
gee_dep,
granite_dep,
gtk_dep,
]

libswitchboard_lib = library('switchboard-3',
'AbstractSettingsPage.vala',
'AbstractSimpleSettingsPage.vala',
'PlugsManager.vala',
'Plug.vala',
'SettingsSidebarRow.vala',
'SettingsSidebar.vala',
config_header,
dependencies: [libswitchboard_deps, config_vapi],
vala_header: 'switchboard.h',
Expand Down

0 comments on commit a15efb2

Please sign in to comment.