Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "FLTK is a cross-platform C++ GUI toolkit" |
| 2 | HOMEPAGE = "http://www.fltk.org" |
| 3 | SECTION = "libs" |
| 4 | LICENSE = "LGPLv2 & FLTK" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f6b26344a24a941a01a5b0826e80b5ca" |
| 6 | |
| 7 | SRC_URI = " \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 8 | http://fltk.org/pub/fltk/${PV}/${BP}-source.tar.bz2 \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 9 | file://disable_test.patch \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | 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 Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 14 | PV = "1.3.7" |
| 15 | SRC_URI[sha256sum] = "5ff1e90766ff4216e78e9a19a9bf527e6258f04accccd4429e9bb829b01d690d" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 16 | |
| 17 | inherit cmake pkgconfig |
| 18 | |
| 19 | TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2" |