Align default libxml2 settings for gettext and Python (#14795)
Python depends on gettext. Packages that depend on gettext and Python together will encounter a concretizer bug which incorrectly detects a constraint conflict. This sets the default value of +libxml2 in Python to be the same as gettext so that packages which depend on both (like mesa) can successfully concretize without adding manual constraints.
This commit is contained in:
parent
3e5427078d
commit
e22ac814b0
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Python(AutotoolsPackage):
|
|||
extendable = True
|
||||
|
||||
# Variants to avoid cyclical dependencies for concretizer
|
||||
variant('libxml2', default=False,
|
||||
variant('libxml2', default=True,
|
||||
description='Use a gettext library build with libxml2')
|
||||
|
||||
variant(
|
||||
|
|
Loading…
Reference in a new issue