summaryrefslogtreecommitdiff
path: root/lilypond-devel
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-05-10 14:07:29 +0200
committerErich Eckner <git@eckner.net>2019-05-10 14:07:29 +0200
commitc82f894263d8697da673f6c222bd72acf59aeadd (patch)
treecb84a7999849344592325c399379495c39f014d8 /lilypond-devel
parent74b259fc61e51aa1ba76ec6b1f8050226a57127b (diff)
downloadarchlinuxewe.git.save-c82f894263d8697da673f6c222bd72acf59aeadd.tar.xz
lilypond-devel: build with xvfb-run
Diffstat (limited to 'lilypond-devel')
-rw-r--r--lilypond-devel/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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() {