Skip to content

Commit

Permalink
(#17128) libevent: add package_type + bump openssl
Browse files Browse the repository at this point in the history
* bump openssl

* add package_type
  • Loading branch information
SpaceIm authored Apr 22, 2023
1 parent 4137759 commit 3da660b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libevent/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LibeventConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/libevent/libevent"
license = "BSD-3-Clause"

package_type = "library"
settings = "os", "arch", "compiler", "build_type"
options = {
"shared": [True, False],
Expand Down Expand Up @@ -47,7 +47,7 @@ def layout(self):

def requirements(self):
if self.options.with_openssl:
self.requires("openssl/1.1.1t")
self.requires("openssl/3.1.0")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 3da660b

Please sign in to comment.