summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xcb/libpthread-stubs_0.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/xcb/libpthread-stubs_0.1.bb b/meta/packages/xcb/libpthread-stubs_0.1.bb
index 9614a74a68..211170a902 100644
--- a/meta/packages/xcb/libpthread-stubs_0.1.bb
+++ b/meta/packages/xcb/libpthread-stubs_0.1.bb
@@ -3,6 +3,7 @@ not provided in libc or otherwise available by default."
3SECTION = "x11/libs" 3SECTION = "x11/libs"
4LICENSE = "MIT-X" 4LICENSE = "MIT-X"
5HOMEPAGE = "http://xcb.freedesktop.org" 5HOMEPAGE = "http://xcb.freedesktop.org"
6PR = "r1"
6 7
7PARALLEL_MAKE = "" 8PARALLEL_MAKE = ""
8#DEPENDS = "xcb-proto xproto libxau libxslt-native" 9#DEPENDS = "xcb-proto xproto libxau libxslt-native"
@@ -15,3 +16,6 @@ inherit autotools pkgconfig
15do_stage() { 16do_stage() {
16 autotools_stage_all 17 autotools_stage_all
17} 18}
19
20RDEPENDS_${PN}-dev = ""
21RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"