summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-08 18:20:02 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-10 08:22:54 -0500
commite0e52850cf5f84fb4ee1bfa15571aaf61e068450 (patch)
tree147ad7b35a47b39d3b0229d0f8bceb93023ea4be /meta-emenlow/recipes-graphics
parentb2a88d588518d0b841b68af53294418633d1f04d (diff)
downloadmeta-intel-e0e52850cf5f84fb4ee1bfa15571aaf61e068450.tar.gz
meta-emenlow: restore /usr/lib/dri for xpsb-glx
A previous fix for a QA warning in this package (commit 2097a9e7) inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer work. This restores it. Fixes [YOCTO #1235], again. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
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