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

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

foreach page: pages
    subdir (page)
endforeach