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

This commit is contained in:
Andrei Alexeyev 2018-02-08 16:24:31 +02:00
parent 1b7d2e0562
commit 86cc8f55cb
No known key found for this signature in database
GPG Key ID: 363707CD4C7FE8A4
1 changed files with 5 additions and 4 deletions

View File

@ -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