Browse Source

Merge pull request #7511 from neheb/grilo2

grilo: Disable debug and tests
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
07e17bfe4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 += \ 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…
Cancel
Save