From c020d5a2b4e7e38df333a877ab160ff44fcb0ffa Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 8 Jun 2020 10:24:11 +0800 Subject: [PATCH] pixman: switch to using meson Signed-off-by: Rosen Penev Signed-off-by: Yousong Zhou (splits of commit) --- libs/pixman/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/pixman/Makefile b/libs/pixman/Makefile index 3f413b93d..924d1e8d2 100644 --- a/libs/pixman/Makefile +++ b/libs/pixman/Makefile @@ -21,8 +21,10 @@ PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=meson/host include $(INCLUDE_DIR)/package.mk +include ../../devel/meson/meson.mk define Package/pixman