packages/multimedia/grilo-plugins/patches/001-no-help-po-tests.patch
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00

14 lines
348 B
Diff

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