blob: 6e8fdc9d3f3022cf034c5b0ce02a3b4658b87205 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "FLTK is a cross-platform C++ GUI toolkit"
2HOMEPAGE = "http://www.fltk.org"
3SECTION = "libs"
4LICENSE = "LGPLv2 & FLTK"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f6b26344a24a941a01a5b0826e80b5ca"
6
7SRC_URI = " \
Brad Bishopc342db32019-05-15 21:57:59 -04008 http://fltk.org/pub/fltk/${PV}/${BP}-source.tar.bz2 \
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009 file://disable_test.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010 file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \
11 file://0002-always-build-fluid-and-export-pointers.patch \
12"
13
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050014PV = "1.3.7"
15SRC_URI[sha256sum] = "5ff1e90766ff4216e78e9a19a9bf527e6258f04accccd4429e9bb829b01d690d"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016
17inherit cmake pkgconfig
18
19TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2"