From: Otavio Salvador Date: Thu, 8 Oct 2009 15:09:01 +0000 (-0300) Subject: xvidtune: include app-defaults otherwise it fails to run X-Git-Tag: Release-2010-05/1~2136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925dea6086bd5f7479eda0226f32bcd46ba025a1;p=openembedded.git xvidtune: include app-defaults otherwise it fails to run Signed-off-by: Otavio Salvador --- diff --git a/recipes/xorg-app/xvidtune_1.0.1.bb b/recipes/xorg-app/xvidtune_1.0.1.bb index 3ed47c024f..bfab14a67a 100644 --- a/recipes/xorg-app/xvidtune_1.0.1.bb +++ b/recipes/xorg-app/xvidtune_1.0.1.bb @@ -3,3 +3,4 @@ PE = "1" DEPENDS += " libxaw libxxf86vm libxt" +FILES_${PN} += " ${datadir}/X11/app-defaults/Xvidtune "