| Index: build/experimental/install-build-deps.py
|
| diff --git a/build/experimental/install-build-deps.py b/build/experimental/install-build-deps.py
|
| index 52c04f801b9b57dc0474ed1fc45a0a0e4ed293b1..416eaa8628d466858ed493377a3fc2ceedab9fef 100755
|
| --- a/build/experimental/install-build-deps.py
|
| +++ b/build/experimental/install-build-deps.py
|
| @@ -361,9 +361,7 @@ def compute_dynamic_package_lists():
|
| else:
|
| _packages_dev += ('apache2.2-bin',)
|
|
|
| - if package_exists('fonts-stix'):
|
| - _packages_dev += ('fonts-stix',)
|
| - else:
|
| + if package_exists('xfonts-mathml'):
|
| _packages_dev += ('xfonts-mathml',)
|
|
|
| # Some packages are only needed if the distribution actually supports
|
|
|