meson-pgo: document limitations/requirements

This commit is contained in:
Daniel Eklöf 2021-09-01 19:03:07 +02:00
parent 87b68f23cb
commit 540310924b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,5 +1,13 @@
#!/bin/sh
# Requirements:
#
# * all: build directory must not exist; it is created by the script
# * all: LC_CTYPE must be set to an UTF-8 locale
# * full*: must have at least one font installed
# * full-headless-sway: Sway 1.6.2 must be installed
set -e
usage_and_die() {