meson: allow compilation in a subdirectory
Small tweak to get it to build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
28564e91d4
commit
e74498c97a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=meson
|
PKG_NAME:=meson
|
||||||
PKG_VERSION:=0.54.0
|
PKG_VERSION:=0.54.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PYPI_NAME:=meson
|
PYPI_NAME:=meson
|
||||||
PKG_HASH:=dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27
|
PKG_HASH:=dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27
|
||||||
|
|
|
@ -103,7 +103,7 @@ define Build/Configure/Meson
|
||||||
--cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \
|
--cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \
|
||||||
$(MESON_ARGS) \
|
$(MESON_ARGS) \
|
||||||
$(MESON_BUILD_DIR) \
|
$(MESON_BUILD_DIR) \
|
||||||
$(PKG_BUILD_DIR), \
|
$(MESON_BUILD_DIR)/.., \
|
||||||
$(MESON_VARS))
|
$(MESON_VARS))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue