diff options
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc index 58dee2793a..d0bedd9018 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc @@ -49,7 +49,8 @@ DESCRIPTION_xserver-kdrive-smi = "X server from freedesktop.org, supporting Sili DESCRIPTION_xserver-kdrive-vesa = "X server from freedesktop.org, supporting any card with a VESA, VGA or even EGA BIOS. x86 hardware only" DESCRIPTION_xserver-kdrive-via = "X server from freedesktop.org, supporting VIA chipsets" -FILES_${PN} += "${libdir}/xserver/SecurityPolicy" +FILES_${PN} += "${libdir}/xserver/SecurityPolicy ${libdir}/xorg" +FILES_${PN}-doc = "${datadir}/X11/xkb" ALLOW_EMPTY_${PN} = "1" FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" |