From 2c994a6d6cd863690e60d50ad602552860d67e01 Mon Sep 17 00:00:00 2001 From: SpaceIm <30052553+SpaceIm@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:42:11 +0200 Subject: [PATCH] (#17015) opengl: add package_type --- recipes/opengl/all/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/opengl/all/conanfile.py b/recipes/opengl/all/conanfile.py index 75f9d2ff8e..5ccf58c206 100644 --- a/recipes/opengl/all/conanfile.py +++ b/recipes/opengl/all/conanfile.py @@ -13,6 +13,7 @@ class SysConfigOpenGLConan(ConanFile): url = "https://github.com/conan-io/conan-center-index" homepage = "https://www.opengl.org/" license = "MIT" + package_type = "shared-library" settings = "os", "arch", "compiler", "build_type" def layout(self):