aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk/fltk_1.1.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fltk/fltk_1.1.10.bb')
-rw-r--r--recipes/fltk/fltk_1.1.10.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/fltk/fltk_1.1.10.bb b/recipes/fltk/fltk_1.1.10.bb
index 778c0f35b8..ec01343ed3 100644
--- a/recipes/fltk/fltk_1.1.10.bb
+++ b/recipes/fltk/fltk_1.1.10.bb
@@ -5,15 +5,18 @@ PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft"
+PR = "r1"
+
SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fltk-${PV}-source.tar.bz2 \
file://disable_test.patch;patch=1 \
+# http://ftp.de.debian.org/debian/pool/main/f/fltk1.1/fltk1.1_1.1.10-2.diff.gz;patch=1 \
"
S = "${WORKDIR}/fltk-${PV}"
inherit lib_package autotools_stage binconfig
-TARGET_CC_ARCH += "${LDFLAGS}"
+TARGET_CC_ARCH += "${LDFLAGS} -DXFT_MAJOR=2"
EXTRA_OECONF = "--enable-shared \
--enable-threads \