summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb')
-rw-r--r--meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb7
1 files changed, 6 insertions, 1 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 0d675c6d..8fb25d6f 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 = "r7" 7PR = "r8"
8 8
9inherit autotools 9inherit autotools
10 10
@@ -41,6 +41,11 @@ DEPENDS += "libxfixes libxdamage libdrm-poulsbo libxxf86vm dri2proto libxmu libx
41FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \ 41FILES_${PN} = "${libdir}/* ${libdir}/xorg/modules/dri/* \
42 ${libdir}/xorg/modules/drivers/*" 42 ${libdir}/xorg/modules/drivers/*"
43 43
44PACKAGES =+ "libglu libglu-dev"
45
46FILES_libglu = "${libdir}/libGLU.so.*"
47FILES_libglu-dev = "${libdir}/libGLU.* ${includedir}/GL/glu*.h"
48
44# Multiple virtual/gl providers being built breaks staging 49# Multiple virtual/gl providers being built breaks staging
45EXCLUDE_FROM_WORLD = "1" 50EXCLUDE_FROM_WORLD = "1"
46 51