From 0ba1d626d31d733f328c16df648813b69d7ccb51 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 16:08:49 +0000 Subject: [PATCH] update recipe --- recipes/wip/imlib2/recipe.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/wip/imlib2/recipe.toml b/recipes/wip/imlib2/recipe.toml index e4efb22b8..f62669397 100644 --- a/recipes/wip/imlib2/recipe.toml +++ b/recipes/wip/imlib2/recipe.toml @@ -2,10 +2,16 @@ [source] tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz" [build] -template = "configure" +template = "custom" dependencies = [ "libjpeg", "libpng", "freetype2", "zlib", ] +script = """ +COOKBOOK_CONFIGURE_FLAGS+=( + --without-x +) +cookbook_configure +"""