From 937c957516114835628c9ff7de35be89228ddf7b Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Tue, 8 Aug 2017 17:47:48 -0700 Subject: [PATCH] Make extrautils have xz as a build depend --- recipes/extrautils/recipe.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/extrautils/recipe.sh b/recipes/extrautils/recipe.sh index 7721ee544..de7b40e11 100644 --- a/recipes/extrautils/recipe.sh +++ b/recipes/extrautils/recipe.sh @@ -1 +1,6 @@ GIT=https://github.com/redox-os/extrautils.git +BUILD_DEPENDS=xz +export PKG_CONFIG_ALLOW_CROSS=1 +export PKG_CONFIG_PATH= +export PKG_CONFIG_LIBDIR="$PWD/sysroot/lib/pkgconfig" +export PKG_CONFIG_SYSROOT_DIR="$PWD/sysroot" -- GitLab