surpport seeking the recorded video
[vuplus_openembedded] / recipes / xcb / libpthread-stubs_0.1.bb
1 DESCRIPTION = "This library provides weak aliases for pthread functions \
2 not provided in libc or otherwise available by default."
3 SECTION = "x11/libs"
4 LICENSE = "MIT-X"
5 HOMEPAGE = "http://xcb.freedesktop.org"
6
7 PARALLEL_MAKE = ""
8 #DEPENDS = "xcb-proto xproto libxau libxslt-native"
9 # DEPENDS += "xsltproc-native gperf-native"
10
11 SRC_URI = "http://xcb.freedesktop.org/dist/libpthread-stubs-${PV}.tar.bz2"
12
13 inherit autotools pkgconfig
14
15 do_stage() {
16         autotools_stage_all
17 }