diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 17:01:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 17:01:35 +0000 |
commit | 4863664ca61c25f9e4616aa282a0a8d412b62188 (patch) | |
tree | 02615552782b186361aa8fd763a21f71ba6fb1b0 /meta/packages/xcb/xcb-proto.inc | |
parent | 7111f8318b1db2d93a6795172f23108589364e16 (diff) | |
parent | d273811c5bb132d27f5616a80db9e9888ce0e4cd (diff) | |
download | poky-4863664ca61c25f9e4616aa282a0a8d412b62188.tar.gz |
Merge branch 'master' of ssh://gitserver@git.pokylinux.org/poky
Diffstat (limited to 'meta/packages/xcb/xcb-proto.inc')
-rw-r--r-- | meta/packages/xcb/xcb-proto.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/xcb/xcb-proto.inc b/meta/packages/xcb/xcb-proto.inc index b294d1ac55..2a3d9ea20b 100644 --- a/meta/packages/xcb/xcb-proto.inc +++ b/meta/packages/xcb/xcb-proto.inc | |||
@@ -5,9 +5,12 @@ HOMEPAGE = "http://xcb.freedesktop.org" | |||
5 | 5 | ||
6 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" | 6 | SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" |
7 | 7 | ||
8 | inherit autotools_stage pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | FILES_${PN}-dev += "${datadir}/xcb/*.xml" | 10 | FILES_${PN}-dev += "${datadir}/xcb/*.xml" |
11 | 11 | ||
12 | RDEPENDS_${PN}-dev = "" | 12 | RDEPENDS_${PN}-dev = "" |
13 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | 13 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" |
14 | |||
15 | DEPENDS_append_virtclass-native = " python-native" | ||
16 | BBCLASSEXTEND = "native" | ||