You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
348 B

  1. Fix build error on OpenWrt build servers. See:
  2. https://github.com/openwrt/packages/pull/10433#issuecomment-549242840
  3. https://github.com/mesonbuild/meson/issues/821
  4. --- a/meson.build
  5. +++ b/meson.build
  6. @@ -192,6 +192,3 @@ gnome = import('gnome')
  7. rootdir = include_directories('.')
  8. subdir('src')
  9. -subdir('help')
  10. -subdir('po')
  11. -subdir('tests')