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:
Dan Lipsa 2020-02-07 19:55:04 -05:00 committed by GitHub
parent 3e5427078d
commit e22ac814b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(