Browse Source

fix incorrect option names

sisyphus
Dustin Falgout 8 years ago
parent
commit
72e07490b7
  1. 3
      data/meson.build
  2. 1
      man/meson.build
  3. 2
      meson.build
  4. 5
      themes/meson.build

3
data/meson.build

@ -0,0 +1,3 @@
install_data('lightdm-webkit2-greeter.desktop', install_dir: get_option('with-desktop-dir'))
install_data('lightdm-webkit2-greeter.conf', install_dir: '/etc/lightdm')

1
man/meson.build

@ -0,0 +1 @@
install_man('lightdm-webkit2-greeter.1')

2
meson.build

@ -60,7 +60,7 @@ conf.set('DESKTOP_DIR', '"@0@"'.format(get_option('with-desktop-dir')))
# ------->>> Sub Directories <<<------- #
# ===================================== #
subdirs = ['src']
subdirs = ['src', 'man', 'themes', 'data']
foreach s : subdirs
subdir(s)

5
themes/meson.build

@ -0,0 +1,5 @@
install_subdir('_vendor', install_dir : get_option('with-theme-dir'))
install_subdir('antergos', install_dir : get_option('with-theme-dir'))
install_subdir('simple', install_dir : get_option('with-theme-dir'))
Loading…
Cancel
Save