summaryrefslogblamecommitdiffstats
path: root/core/modules/vbox-src/module.conf.ubuntu
blob: d8eacb530b47f349eca7516f233a0b6d75bfc90b (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                             
                
               
                            
                  
                        


                     
                  
                      

                       
                
 

                                                                          





                      

                                                                                                     
REQUIRED_INSTALLED_PACKAGES="
	iasl
	makeself
	mkisofs
	libcurl4-openssl-dev
	libcap-dev
	libdevmapper-dev
	libidl-dev
	libsdl1.2-dev
	libxml2-dev
	libxmu-dev
	libxcursor-dev
	libxinerama-dev
	libxrandr-dev
	xsltproc
"
# These are required for building 32-bit guest additions on 64-bit systems
REQUIRED_INSTALLED_PACKAGES_X64_X86="
	libc6-dev-i386
	lib32gcc1
	lib32stdc++6
	gcc-multilib
	g++-multilib
"
[ "$(uname -m)x" = "x86_64x" ] && REQUIRED_INSTALLED_PACKAGES+="$REQUIRED_INSTALLED_PACKAGES_X64_X86"
true