blob: 97a1fbfc7e4f3057e3f865a7ad7824409b35e475 [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
Brad Bishopc342db32019-05-15 21:57:59 -040014PV = "1.3.5"
15SRC_URI[md5sum] = "0de2b45a1896be2b4a8cafae89b84248"
16SRC_URI[sha256sum] = "2933c72400f9e7c0f4c3a81a1ce98bc9582b2a3edc44b8597ccd26e240e32c3c"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050017
18inherit cmake pkgconfig
19
20TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2"