Browse Source

grilo: Disable debug and tests

Turns out --disable-tests actually enables them, breaking the buildbots.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 6 years ago
parent
commit
ef865a64d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/grilo/Makefile

+ 1
- 1
multimedia/grilo/Makefile View File

@ -46,10 +46,10 @@ endef
CONFIGURE_ARGS += \
--disable-compile-warnings \
--disable-debug \
--disable-gtk-doc-html \
--disable-introspection \
--disable-test-ui \
--disable-tests \
--disable-vala
define Build/InstallDev


Loading…
Cancel
Save