metadata.xml 727 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>vmware@gentoo.org</email>
  6. <name>Gentoo VMware Project</name>
  7. </maintainer>
  8. <longdescription>
  9. VMware kernel modules.
  10. </longdescription>
  11. <use>
  12. <flag name="pax_kernel">Apply patch needed for pax enabled kernels</flag>
  13. <flag name="vmci">Build the Virtual Machine Communication Interface module; disable this if you want to use the module from the mainline kernel</flag>
  14. <flag name="vsock">Build the VMware VMCI transport for Virtual Sockets; disable this if you want to use the module from the mainline kernel</flag>
  15. </use>
  16. </pkgmetadata>