Browse Source

Merge pull request #86 from minijackson/patch-1

Change hard-coded path to meson option
sisyphus
Dustin Falgout 8 years ago committed by GitHub
parent
commit
5c71bca36c
  1. 2
      data/meson.build

2
data/meson.build

@ -1,3 +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')
install_data('lightdm-webkit2-greeter.conf', install_dir: get_option('with-config-dir'))

Loading…
Cancel
Save