Merge pull request #2049 from taisei-project/fix-meson-wrapper

plugins/meson-wrapper: fix missing build dependency cmake-conf
This commit is contained in:
Tony Theodore 2018-02-17 12:21:35 +11:00 committed by GitHub
commit f8855ec4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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