Browse Source
meson: allow compilation in a subdirectory
Small tweak to get it to build.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
2 changed files with
2 additions and
2 deletions
-
devel/meson/Makefile
-
devel/meson/meson.mk
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=meson |
|
|
|
PKG_VERSION:=0.54.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PYPI_NAME:=meson |
|
|
|
PKG_HASH:=dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|