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.

15 lines
536 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. diff -u --recursive grilo-plugins-0.3.10-vanilla/meson.build grilo-plugins-0.3.10/meson.build
  5. --- grilo-plugins-0.3.10-vanilla/meson.build 2019-09-12 11:48:29.000000000 -0400
  6. +++ grilo-plugins-0.3.10/meson.build 2020-01-20 11:17:22.803149935 -0500
  7. @@ -173,6 +173,3 @@
  8. rootdir = include_directories('.')
  9. subdir('src')
  10. -subdir('help')
  11. -subdir('po')
  12. -subdir('tests')