plugins/meson-wrapper: fix missing build dependency cmake-conf

pull/2049/head
Andrei Alexeyev 6 years ago
parent 1b7d2e0562
commit 86cc8f55cb
No known key found for this signature in database
GPG Key ID: 363707CD4C7FE8A4

@ -5,6 +5,7 @@ $(PKG)_VERSION := 1
$(PKG)_UPDATE := echo 1
$(PKG)_TARGETS := $(MXE_TARGETS)
$(PKG)_FILE_DEPS := $(wildcard $(PWD)/plugins/meson-wrapper/conf/*)
$(PKG)_DEPS := cmake-conf
define $(PKG)_BUILD
# create the Meson cross file

Loading…
Cancel
Save