mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -11,8 +11,8 @@ SRC_URI = " \
|
||||
file://0002-always-build-fluid-and-export-pointers.patch \
|
||||
"
|
||||
|
||||
PV = "1.3.6"
|
||||
SRC_URI[sha256sum] = "20d2627c97b4485ee3eab5522303985bc22b798a878ba80239e6d43dcfed067e"
|
||||
PV = "1.3.7"
|
||||
SRC_URI[sha256sum] = "5ff1e90766ff4216e78e9a19a9bf527e6258f04accccd4429e9bb829b01d690d"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user