fluid: icons must be fetched before configuring

Thanks Pier Luigi for very quick support!

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-03-02 17:59:30 +01:00
parent f574b80628
commit b0ba03027a

View File

@@ -17,7 +17,7 @@ DEPENDS += " \
qtsvg \
"
do_configure_append() {
do_configure_prepend() {
(cd ${S} && ./scripts/fetch_icons.sh)
}