libogg: fix depends_on to include cxx (#50115)
This commit is contained in:
parent
54f4530df4
commit
0a0282163b
@ -21,7 +21,8 @@ class Libogg(CMakePackage, AutotoolsPackage, Package):
|
||||
version("1.3.4", sha256="fe5670640bd49e828d64d2879c31cb4dde9758681bb664f9bdbf159a01b0c76e")
|
||||
version("1.3.2", sha256="e19ee34711d7af328cb26287f4137e70630e7261b17cbe3cd41011d73a654692")
|
||||
|
||||
depends_on("c", type="build") # generated
|
||||
depends_on("c", type="build")
|
||||
depends_on("cxx", type="build")
|
||||
|
||||
variant("shared", default=True, description="Build shared library", when="build_system=cmake")
|
||||
variant(
|
||||
|
Loading…
Reference in New Issue
Block a user