From 0c51d549bc078c57e37b1a3b382833d21652b29f Mon Sep 17 00:00:00 2001 From: Luis Caro Campos <3535649+jcar87@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:20:54 +0000 Subject: [PATCH] m4: add package_type attribute --- recipes/m4/all/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/m4/all/conanfile.py b/recipes/m4/all/conanfile.py index ceb7e83548ca8..0420d3bb0e641 100644 --- a/recipes/m4/all/conanfile.py +++ b/recipes/m4/all/conanfile.py @@ -12,6 +12,7 @@ class M4Conan(ConanFile): name = "m4" + package_type = "application" description = "GNU M4 is an implementation of the traditional Unix macro processor" topics = ("macro", "preprocessor") homepage = "https://www.gnu.org/software/m4/"