summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-26 11:15:38 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-26 11:15:38 +0200
commit5dfd699d809e6cac70a275f8e80133c682b8b90c (patch)
tree4e9b6e3cace6e62554654605f1145cb816edeb93
parent01ba84ba3c7cafe80ad6c1cdfd9bec42394b089d (diff)
downloadmeta-openembedded-contrib-5dfd699d809e6cac70a275f8e80133c682b8b90c.tar.gz
mesa: package dri drivers seperately, like OE-core does
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-graphics/mesa/mesa-common.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/mesa/mesa-common.inc b/meta-oe/recipes-graphics/mesa/mesa-common.inc
index 29e2acabf9..2e6b599b83 100644
--- a/meta-oe/recipes-graphics/mesa/mesa-common.inc
+++ b/meta-oe/recipes-graphics/mesa/mesa-common.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://mesa3d.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
-INC_PR = "r11"
+INC_PR = "r12"
PE = "2"
PROTO_DEPS = "xf86driproto glproto"
@@ -29,7 +29,6 @@ EXTRA_OECONF = "--enable-glu \
inherit glx-use-tls
PACKAGES =+ "libegl libegl-dev libegl-dbg libglu libglu-dev libosmesa libosmesa-dev libgl libgl-dev"
-FILES_${PN} += "${libdir}/dri/*.so"
FILES_libegl = "${libdir}/libEGL.so.* ${libdir}/egl/*.so"
FILES_libgl = "${libdir}/libGL.so.*"
FILES_libglu = "${libdir}/libGLU.so.*"