From e0e52850cf5f84fb4ee1bfa15571aaf61e068450 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 8 Oct 2011 18:20:02 -0500 Subject: 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 --- meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-emenlow/recipes-graphics') 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" # not Intel proprietary, but it has no obvious license attached to it. LICENSE = "Intel-binary-only" LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=02c597a2f082b4581596065bb5a521a8" -PR = "r9" +PR = "r10" inherit autotools @@ -40,7 +40,8 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libx FILES_${PN}-dev += "${libdir}/pkgconfig" FILES_${PN} += "${libdir}/xorg/modules/dri/* \ - ${libdir}/xorg/modules/drivers/*" + ${libdir}/xorg/modules/drivers/* \ + ${libdir}/dri" PACKAGES =+ "libglu libglu-dev" -- cgit v1.2.3-54-g00ecf