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

@ -1,10 +1,11 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := meson-wrapper
$(PKG)_VERSION := 1
$(PKG)_UPDATE := echo 1
$(PKG)_TARGETS := $(MXE_TARGETS)
PKG := meson-wrapper
$(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