mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
7e124168f9
Release Notes: https://www.fltk.org/articles.php?L1898 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
629 B
PHP
20 lines
629 B
PHP
SUMMARY = "FLTK is a cross-platform C++ GUI toolkit"
|
|
HOMEPAGE = "http://www.fltk.org"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL-2.0-only & FLTK"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f6b26344a24a941a01a5b0826e80b5ca"
|
|
|
|
SRC_URI = " \
|
|
http://fltk.org/pub/fltk/${PV}/${BP}-source.tar.bz2 \
|
|
file://disable_test.patch \
|
|
file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \
|
|
file://0002-always-build-fluid-and-export-pointers.patch \
|
|
"
|
|
|
|
PV = "1.3.9"
|
|
SRC_URI[sha256sum] = "103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2"
|