summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/recipes-graphics')
-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 f6cee466..0773a7c0 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 = "r9" 7PR = "r10"
8 8
9inherit autotools 9inherit autotools
10 10
@@ -40,7 +40,8 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libx
40 40
41FILES_${PN}-dev += "${libdir}/pkgconfig" 41FILES_${PN}-dev += "${libdir}/pkgconfig"
42FILES_${PN} += "${libdir}/xorg/modules/dri/* \ 42FILES_${PN} += "${libdir}/xorg/modules/dri/* \
43 ${libdir}/xorg/modules/drivers/*" 43 ${libdir}/xorg/modules/drivers/* \
44 ${libdir}/dri"
44 45
45PACKAGES =+ "libglu libglu-dev" 46PACKAGES =+ "libglu libglu-dev"
46 47