PACKAING: remove bash

Converted to Python.

Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2020-07-22 20:02:25 +03:00
parent fa300b24d2
commit a4901662c3
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ libxkbregistry can be disabled with -Denable-xkbregistry=false (see
`meson configure build` for other options/variables).
Dependencies for libxkbcommon:
- C compiler, meson, pkg-config, libc, bash, grep, sed.
- C compiler, meson, pkg-config, libc.
- (build) bison (preferred), win_bison or byacc>=20141006.
byacc must be configured with --enable-btyacc.

View File

@ -4,7 +4,6 @@
If this fails, please update the appropriate .map file (adding new version
nodes as needed).
"""
import glob
import os
import pathlib
import re