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.

12 lines
370 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -151,7 +151,8 @@ root_dir = include_directories('.')
  4. gnome = import('gnome')
  5. -python3 = import('python').find_installation()
  6. +# Python is used only for tests, which we don't build in OpenWrt
  7. +#python3 = import('python').find_installation()
  8. gen_installed_test = files('build-aux/gen-installed-test.py')
  9. subdir('json-glib')