summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/meson.build
blob: 45f77d728e58c0c9f2ea8b0fb6ca3a6e8ccbe0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pages = [
   'account',
   'language',
   'keyboard',
   'network',
   'timezone',
   'privacy',
   'goa',
   'password',
   'summary',
   'welcome',
]

if libmalcontent_dep.found() and libmalcontent_ui_dep.found()
  pages += 'parental-controls'
endif

foreach page: pages
    subdir (page)
endforeach