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>
14 lines
348 B
Diff
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')
|