chiark / gitweb /
Hmm. Telling xvfb to default to a TrueColor visual did help, in that
[sgt-puzzles.git] / Buildscr
index b4995edf255f3a3e918a4bad3a652c0aea2def75..04e0d872aba82e013b001c595b1aa17cb50bda3e 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -8,7 +8,7 @@ in puzzles do perl mkfiles.pl
 in puzzles do make
 
 # Now build the screenshots and icons.
-in puzzles/icons do xvfb-run make web winicons gtkicons
+in puzzles/icons do xvfb-run -s "-screen 0 1024x768x24" make web winicons gtkicons
 
 # Re-run mkfiles.pl now that it knows the icons are there.
 in puzzles do perl mkfiles.pl