spiegel-keyman/linux/build/agent/dependencies.config
Eberhard Beilharz c8f66dd9ce
chore(linux): Update dependencies for Linux packaging
Also fix a typo in section name.
2019-11-11 12:07:22 +01:00

29 lines
888 B
Text

# This git config file lists the build dependencies for building Keyman on Linux.
#
# Possible sections are [common] which apply to all versions of Ubuntu/Debian, distribution
# specific sections, e.g. [Ubuntu] (generated by running lsb_release -i -s), and version
# specific sections, e.g. [precise]. Version specific names are generated by running
# lsb_release -c -s.
# Each section can have up to three variables:
# any - applies to all architectures
# i386 and amd64 - applies only to 32- or 64-bit architecture (output of dpkg --print-architecture)
#
# [common]
# any=build-essential automake uuid-dev
# i386=xvfb
#
# [precise]
# any=xulrunner-1.9.2
#
# # For quantal use the same packages as for precise
# [quantal]
# any=@precise.any
[common]
any=git autotools-dev build-essential dh-autoreconf libibus-1.0-dev flex bison meson
[xenial]
any=libx11-dev
[bionic]
any=@xenial.any