VirtualBox

Ignore:
Timestamp:
Sep 17, 2015 4:09:23 PM (9 years ago)
Author:
vboxsync
Message:

Installer/linux and tinderclient: use Qt from build server for RPM builds - changed the wrong line in tinderclient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r57552 r57808  
    35133513        }
    35143514#endif
     3515#ifdef VBOX_WITH_VIRTIO_GPU
     3516        PCFGMNODE pDevVirtioGpu = NULL;          /* Virtio GPU device */
     3517        PCFGMNODE pInstVirtioGpu = NULL;
     3518        const char *pszVirtioGpuDevice = "virtio-gpu";
     3519        InsertConfigNode(pDevices,      pszVirtioGpuDevice, &pDevVirtioGpu);
     3520        InsertConfigNode(pDevVirtioGpu, "0", &pInstVirtioGpu);
     3521        hrc = pBusMgr->assignPCIDevice(pszVirtioGpuDevice, pInstVirtioGpu);                 H();
     3522#endif /* VBOX_WITH_VIRTIO_GPU */
    35153523
    35163524        /* Custom VESA mode list */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette