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:
@@ -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
|
||||
Reference in New Issue
Block a user