* sane-srcrevs still set to svnr6671
* builds fine with svnr6921, not bumped in srcrevs as API is said to be
unstable in 2.0 version
* Thanks blindcoder for test
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
-DEPENDS = "zlib jpeg libpng libxext libxft"
+DEPENDS = "zlib jpeg libpng libxext libxft xinput"
-SVNREL = "6671"
-PV = "1.9.9+svnr${SVNREL}"
+PV = "1.9.9+svnr${SRCPV}"
SRC_URI = "\
- http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-r6671.tar.bz2 \
+ svn://svn.easysw.com/public/fltk/fltk;proto=http;module=trunk \
file://fix-it-damnit.patch;patch=1 \
"
-S = "${WORKDIR}/fltk-2.0.x-r6671"
+S = "${WORKDIR}/trunk"
inherit autotools_stage binconfig
"
do_configure() {
- gnu-configize
+ autoconf
oe_runconf
}