1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 01:51:24 +02:00

Make virtualbox-guest-additions to compile

Currently official build for guest additions will fail due to some
unset/wrong set variables. This is an workaround for it - added KERN_VER
variable which is set to current kernel version, so this ebuild cannot
be run against new kernel version while executed on older/other kernel
version.
This commit is contained in:
2018-11-25 09:10:20 +01:00
parent 18fcf3ca69
commit 5cdd66dd7c
9 changed files with 372 additions and 0 deletions
@@ -0,0 +1,13 @@
Section "Device"
Identifier "Device-vboxvideo"
Driver "vboxvideo"
EndSection
Section "Screen"
Identifier "Screen-vboxvideo"
Device "Device-vboxvideo"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen-vboxvideo"
EndSection