summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-06-05 07:28:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-12 11:03:43 +0100
commitbef2130eae268ddaa054c6b69f2c726290a90496 (patch)
tree9772984d034e9e3a2e20394b1901d2b6165abae6
parente8aa0ee654c9809006d2af4b49ff43c10ccc6aef (diff)
downloadpoky-bef2130eae268ddaa054c6b69f2c726290a90496.tar.gz
puzzles: upgrade to latest revision
Changelog: Describe front-end pixel scaling in devel.but js: handle most of the device pixel ratio in the front end js: replace blitters array with a Map js: index blitters Map by C address of blitter structure js: trust CanvasRenderingContext2D.drawImage() to DTRT js: unwrap most drawing functions GTK: avoid explicitly using Cairo image surfaces Document getenv_bool() Update reference Git commit in devel.but Remove BLITTER_FROMSAVED from drawing API GTK: correct offset when copying backing to window GTK/Cairo: simplify do_blitter_load() GTK: add support for using a GdkFrameClock where available Mosaic: make solver notice when it gets stuck. Mines: put a warning on the web page about bug reports. Palisade: preference to clear complete regions. (From OE-Core rev: 529cb047b392c4fd2645d9602c28ce16cecdb12e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 15f6979bec..23eb20d350 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
10SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https" 10SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https"
11 11
12UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
13SRCREV = "7da46412223273b3adf6d513466342b9d3a5c869" 13SRCREV = "7fa03051562ee81e2a5371f8b3a6d0bb6e646aa0"
14PE = "2" 14PE = "2"
15PV = "0.0+git" 15PV = "0.0+git"
16 16