summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
index 8fb25d6f..f6cee466 100644
--- a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
+++ b/meta-emenlow/recipes-graphics/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.
5LICENSE = "Intel-binary-only" 5LICENSE = "Intel-binary-only"
6LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" 6LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8"
7PR = "r8" 7PR = "r9"
8 8
9inherit autotools 9inherit autotools
10 10
@@ -38,7 +38,8 @@ EXTRA_OEMAKE = "linux-dri-x86"
38 38
39DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native" 39DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libxi glproto makedepend-native"
40 40
41FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ 41FILES_${PN}-dev += "${libdir}/pkgconfig"
42FILES_${PN} += "${libdir}/xorg/modules/dri/* \
42 ${libdir}/xorg/modules/drivers/*" 43 ${libdir}/xorg/modules/drivers/*"
43 44
44PACKAGES =+ "libglu libglu-dev" 45PACKAGES =+ "libglu libglu-dev"