diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 15:26:03 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 15:26:03 +0100 |
commit | e35762d97118d393bf1461e376b6d3d436245179 (patch) | |
tree | 2e997bc98c822080e9f713e6e8ae8676a978e0db /meta-emenlow | |
parent | 90ac746dcd9a03eb49d02ad2236198f95db91f9e (diff) | |
download | poky-e35762d97118d393bf1461e376b6d3d436245179.tar.gz |
xpsb-glx: Add missing dependency on makedepend-native
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r-- | meta-emenlow/packages/xpsb-glx/xpsb-glx_0.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-emenlow/packages/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/packages/xpsb-glx/xpsb-glx_0.18.bb index 41b15890fa..4a27c9a965 100644 --- a/meta-emenlow/packages/xpsb-glx/xpsb-glx_0.18.bb +++ b/meta-emenlow/packages/xpsb-glx/xpsb-glx_0.18.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "X11 drivers for Poulsbo (psb) 3D acceleration" | |||
4 | # not Intel proprietary, but it has no obvious license attached to it. | 4 | # not Intel proprietary, but it has no obvious license attached to it. |
5 | LICENSE = "Intel-binary-only" | 5 | LICENSE = "Intel-binary-only" |
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" |
7 | PR = "r1" | 7 | PR = "r3" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
@@ -31,7 +31,7 @@ S = "${WORKDIR}/${PN}-${PV}/mesa" | |||
31 | 31 | ||
32 | EXTRA_OEMAKE = "linux-dri-x86" | 32 | EXTRA_OEMAKE = "linux-dri-x86" |
33 | 33 | ||
34 | DEPENDS += "libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto" | 34 | DEPENDS += "libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native" |
35 | 35 | ||
36 | FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ | 36 | FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ |
37 | ${libdir}/xorg/modules/drivers/*" | 37 | ${libdir}/xorg/modules/drivers/*" |