~noasakurajin/xapp/master

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Michael Webster
  • Author(s): worldofpeace
  • Date: 2020-01-08 03:33:00 UTC
  • Revision ID: git-v1:89ad087f22d9c5f3694585e6b5be5aa364de0e76
Install icons and scripts using meson options

With meson there's no point for a package to try to write to
'/' when there's built in options like 'bindir' and 'datadir' which
are the actual directories we want these files installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
top_inc = include_directories('.')
35
35
 
 
36
subdir('icons')
36
37
subdir('libxapp')
37
38
subdir('po')
38
39
subdir('pygobject')
39
 
subdir('files')
40
40
subdir('schemas')
41
41
subdir('status-applets')
 
42
subdir('scripts')
42
43
 
43
44
if get_option('docs')
44
45
    subdir('docs')