summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/directfb/directfb.inc
diff options
context:
space:
mode:
authorBen Guan <ben.guan@cn.bosch.com>2018-08-07 16:15:14 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit864eb0024f6f8cf91b3484fb002bf89f94fbb1ea (patch)
tree3295c4149d7538581024b6e89a8a23d20b081ab2 /meta-oe/recipes-graphics/directfb/directfb.inc
parente88b38a9d214c3296892e0e6f6c6b444d1d48a54 (diff)
downloadmeta-openembedded-864eb0024f6f8cf91b3484fb002bf89f94fbb1ea.tar.gz
directfb: fix tslib version check in configure.in
The patch makes sure that the old as well as the new tslib pkg-config metadata file naming style is handled correctly. tslib 0.0 to 1.0 created only a tslib-<VERSION>.pc pkg-config metadata file. With tslib 1.1 the tslib-<VERSION>.pc phase out was started. Additionally, the pkg-config metadata file tslib.pc was added. Since tslib 1.6 the tslib-<VERSION>.pc metadata file is deprecated. Now, there is only a tslib.pc. Signed-off-by: Ben Guan <ben.guan@cn.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/directfb/directfb.inc')
-rw-r--r--meta-oe/recipes-graphics/directfb/directfb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc
index bd66a2820..96aa31117 100644
--- a/meta-oe/recipes-graphics/directfb/directfb.inc
+++ b/meta-oe/recipes-graphics/directfb/directfb.inc
@@ -20,6 +20,7 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.g
20 file://union-sigval.patch \ 20 file://union-sigval.patch \
21 file://use-PTHREAD_MUTEX_RECURSIVE.patch \ 21 file://use-PTHREAD_MUTEX_RECURSIVE.patch \
22 file://fix-client-gfx_state-initialisation.patch \ 22 file://fix-client-gfx_state-initialisation.patch \
23 file://fix-tslib-version-check.patch \
23 " 24 "
24 25
25S = "${WORKDIR}/DirectFB-${PV}" 26S = "${WORKDIR}/DirectFB-${PV}"