blob: 01db3c4d3daca50f629921e1b112711d98f90f24 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001DESCRIPTION = "The XForms graphical interface widget library "
2HOMEPAGE = "http://savannah.nongnu.org/projects/xforms/"
Brad Bishop19323692019-04-05 15:28:33 -04003
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-or-later"
Brad Bishop19323692019-04-05 15:28:33 -04005LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=ade9a053df81f5b9408d2f4f5546df86"
6
7SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar.gz \
8 file://fix-link-to-xforms-man.patch \
9 file://add-absolute-path-for-include-dir.patch \
10 file://fix-path-fdesign_LDADD.patch \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050011 file://0001-Make-extern-declarations-in-header-file.patch \
Andrew Geissler87f5cff2022-09-30 13:13:31 -050012 file://0001-Modify-include-dir.patch \
Brad Bishop19323692019-04-05 15:28:33 -040013 "
14
Andrew Geissler87f5cff2022-09-30 13:13:31 -050015SRC_URI[sha256sum] = "78cc6b07071bbeaa1f906e0a22d5e9980e48f8913577bc082d661afe5cb75696"
Brad Bishop19323692019-04-05 15:28:33 -040016
Brad Bishop8410d612019-11-25 09:40:59 -050017inherit autotools features_check
Brad Bishop19323692019-04-05 15:28:33 -040018
Brad Bishopc342db32019-05-15 21:57:59 -040019REQUIRED_DISTRO_FEATURES = "opengl x11"
Brad Bishop19323692019-04-05 15:28:33 -040020
21S = "${WORKDIR}/xforms-${PV}"
22
23DEPENDS = "libxpm jpeg libx11 mesa"
Patrick Williams213cb262021-08-07 19:21:33 -050024RDEPENDS:${PN} = "bash"
Brad Bishop19323692019-04-05 15:28:33 -040025
26EXTRA_OECONF = "--with-extra-inc=${S}/lib"