From c82f894263d8697da673f6c222bd72acf59aeadd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 10 May 2019 14:07:29 +0200 Subject: lilypond-devel: build with xvfb-run --- lilypond-devel/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lilypond-devel') diff --git a/lilypond-devel/PKGBUILD b/lilypond-devel/PKGBUILD index 953f0651..d60eb218 100644 --- a/lilypond-devel/PKGBUILD +++ b/lilypond-devel/PKGBUILD @@ -24,6 +24,7 @@ makedepends=('fontforge' 'tex-gyre-fonts' 'texlive-langcyrillic' 'dblatex' + 'xorg-server-xvfb' ) optdepends=('extractpdfmark: for reducing the size of pdf output significantly' 'tk: for the gui' @@ -63,7 +64,7 @@ build() { # FIXME: the extra LDFLAG should not be needed; # this is a regression somewhere - make LDFLAGS+=" -pthread" all + xvfb-run -a -s "-screen 0 1280x1024x24" make LDFLAGS+=" -pthread" all } package() { -- cgit v1.2.3-54-g00ecf