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 4 years ago
parent
commit
e74498c97a
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      devel/meson/Makefile
  2. +1
    -1
      devel/meson/meson.mk

+ 1
- 1
devel/meson/Makefile View File

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


+ 1
- 1
devel/meson/meson.mk 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


Loading…
Cancel
Save