grilo: Disable debug and tests
Turns out --disable-tests actually enables them, breaking the buildbots. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
eae9f8cb9e
commit
ef865a64d7
1 changed files with 1 additions and 1 deletions
|
@ -46,10 +46,10 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-compile-warnings \
|
--disable-compile-warnings \
|
||||||
|
--disable-debug \
|
||||||
--disable-gtk-doc-html \
|
--disable-gtk-doc-html \
|
||||||
--disable-introspection \
|
--disable-introspection \
|
||||||
--disable-test-ui \
|
--disable-test-ui \
|
||||||
--disable-tests \
|
|
||||||
--disable-vala
|
--disable-vala
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|
Loading…
Reference in a new issue