directfb: also ship wm files
authorKoen Kooi <koen@openembedded.org>
Thu, 26 Jan 2006 19:04:53 +0000 (19:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 26 Jan 2006 19:04:53 +0000 (19:04 +0000)
packages/directfb/directfb_0.9.22.bb

index 8e57317..fa11274 100644 (file)
@@ -8,7 +8,7 @@ LICENSE = "LGPL"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 DEPENDS = "jpeg libpng zlib"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.directfb.org/downloads/Old/DirectFB-${PV}.tar.gz"
 S = "${WORKDIR}/DirectFB-${PV}"
@@ -29,4 +29,5 @@ do_install() {
 FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \
                           ${libdir}/directfb-${PV}/inputdrivers/*.so \
                           ${libdir}/directfb-${PV}/interfaces/*/*.so \
+                         ${libdir}/directfb-${PV}/wm/*.so \
                           ${datadir}/directfb-${PV}"