meson: allow compilation in a subdirectory

Small tweak to get it to build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit e74498c97a)
This commit is contained in:
Rosen Penev 2020-04-18 00:01:28 -07:00
parent 9d03a1ea50
commit b40a139fbc
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=meson
PKG_VERSION:=0.54.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PYPI_NAME:=meson
PKG_HASH:=dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27

View File

@ -103,7 +103,7 @@ define Build/Configure/Meson
--cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \
$(MESON_ARGS) \
$(MESON_BUILD_DIR) \
$(PKG_BUILD_DIR), \
$(MESON_BUILD_DIR)/.., \
$(MESON_VARS))
endef