mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
23 lines
938 B
Text
23 lines
938 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 python3 python3-pip cargo xserver-xephyr xvfb metacity libx11-dev gawk libgtk-3-dev libjson-glib-dev
|