Commit d97e2936 authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.2.2 fix meson.build after renaming README to README.org

parent 0521addf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# -*- mode: conf -*-
project('zero-panel', 'c',
  version: '1.2.1',
  version: '1.2.2',
  license: 'EPL-2.0',
  meson_version: '>=0.46.0',
  default_options: [
@@ -22,7 +22,7 @@ install_subdir('themes',
  install_dir: '/usr/share/zero-panel/',
  strip_directory: true)
install_man(['zero-panel.1'])
install_data('README',
install_data('README.org',
  install_dir: '/usr/share/doc/zero-panel/')

gdbus_codegen = find_program('gdbus-codegen')