diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-08-19 13:02:45 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-20 09:26:18 -0700 |
commit | 9f2ce9d46b0afe503d8e2ac593deb02b064483f1 (patch) | |
tree | 8a450912886810a0a901065cb58bbe0559dac6ed | |
parent | f45df170dc8ece71b4025636605b7b425d7673ea (diff) | |
download | meta-openembedded-9f2ce9d46b0afe503d8e2ac593deb02b064483f1.tar.gz |
fltk: upgrade 1.3.6 -> 1.3.7
CHANGES IN FLTK 1.3 RELEASED: Jul 25 2021
FLTK 1.3.7 is a maintenance release for macOS only. It fixes one
regression introduced in FLTK 1.3.6 and two long standing timer
issues on macOS.
Other platforms than macOS are not concerned.
Changes:
Avoid premature FL_RELEASE event at start of drag-n-drop operation
Fix a timer inconsistency and prevent a crash
Fl::add_timeout() must always create a new timer (#248)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/fltk/fltk.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk.inc b/meta-oe/recipes-support/fltk/fltk.inc index 403cbddbb..6e8fdc9d3 100644 --- a/meta-oe/recipes-support/fltk/fltk.inc +++ b/meta-oe/recipes-support/fltk/fltk.inc | |||
@@ -11,8 +11,8 @@ SRC_URI = " \ | |||
11 | file://0002-always-build-fluid-and-export-pointers.patch \ | 11 | file://0002-always-build-fluid-and-export-pointers.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PV = "1.3.6" | 14 | PV = "1.3.7" |
15 | SRC_URI[sha256sum] = "20d2627c97b4485ee3eab5522303985bc22b798a878ba80239e6d43dcfed067e" | 15 | SRC_URI[sha256sum] = "5ff1e90766ff4216e78e9a19a9bf527e6258f04accccd4429e9bb829b01d690d" |
16 | 16 | ||
17 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
18 | 18 | ||