diff options
author | Erich Eckner <git@eckner.net> | 2019-05-10 14:07:29 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-05-10 14:07:29 +0200 |
commit | c82f894263d8697da673f6c222bd72acf59aeadd (patch) | |
tree | cb84a7999849344592325c399379495c39f014d8 /lilypond-devel/PKGBUILD | |
parent | 74b259fc61e51aa1ba76ec6b1f8050226a57127b (diff) | |
download | archlinuxewe.git.save-c82f894263d8697da673f6c222bd72acf59aeadd.tar.xz |
lilypond-devel: build with xvfb-run
Diffstat (limited to 'lilypond-devel/PKGBUILD')
-rw-r--r-- | lilypond-devel/PKGBUILD | 3 |
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() { |