From b3356e3aff34a4ab94778e7f6a8db43f9135296c Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 21 Dec 2018 22:13:13 -0500 Subject: puzzles: resync with upstream This brings the code to upstream commit 3ece3d6 (I've made my own Rockbox- specific changes on top of that). Changes include using C99 `bool' throughout, and minor logic fixes for some puzzles. Change-Id: Ie823e73ae49a8ee1de411d6d406df2ba835af541 --- apps/plugins/puzzles/src/Buildscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/puzzles/src/Buildscr') diff --git a/apps/plugins/puzzles/src/Buildscr b/apps/plugins/puzzles/src/Buildscr index b2a4dd5..21a3bdf 100644 --- a/apps/plugins/puzzles/src/Buildscr +++ b/apps/plugins/puzzles/src/Buildscr @@ -34,7 +34,7 @@ ifneq "$(NOICONS)" yes then in puzzles do make -j$(nproc) # Now build the screenshots and icons. - in puzzles/icons do xvfb-run -s "-screen 0 1024x768x24" make web winicons gtkicons -j$(nproc) + in puzzles/icons do make web winicons gtkicons -j$(nproc) # Destroy the local binaries and autoconf detritus, mostly to avoid # wasting network bandwidth by transferring them to the delegate -- cgit v1.1