blob: b1bc83578f62ee0e84ff6908cdd95955714dddea [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.0-only & FLTK"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005LIC_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 Geissler595f6302022-01-24 19:11:47 +000014PV = "1.3.8"
15SRC_URI[sha256sum] = "1d9832409fc08c908c64ab40ad9fd8b0e8af5d203651eb9690b810f41e2f412d"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016
17inherit cmake pkgconfig
18
19TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2"