VirtualBox

Changeset 32833 in vbox


Ignore:
Timestamp:
Sep 29, 2010 9:37:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66292
Message:

FreeBSD: Support 2D video acceleration (Thanks to Sean C. Farley and Bernhard Froehlich)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r32622 r32833  
    343343VBOX_WITH_HGSMI=1
    344344# Enable Video 2D Acceleration
    345 if1of ($(KBUILD_TARGET), darwin linux win)
     345if1of ($(KBUILD_TARGET), darwin linux win freebsd)
    346346 VBOX_WITH_VIDEOHWACCEL = 1
    347347endif
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r32814 r32833  
    240240 VirtualBox_LIBS.solaris += GL
    241241 VirtualBox_LIBS.linux   += GL
     242 VirtualBox_LIBS.freebsd += GL
    242243endif
    243244
     
    889890#
    890891if defined(VBOX_WITH_VIDEOHWACCEL)
    891  if1of ($(KBUILD_TARGET), win linux)
     892 if1of ($(KBUILD_TARGET), win linux freebsd)
    892893  LIBRARIES += VBoxOGL2D
    893894  VBoxOGL2D_TEMPLATE = VBOXR3STATIC
Note: See TracChangeset for help on using the changeset viewer.

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