VirtualBox

Changeset 24479 in vbox


Ignore:
Timestamp:
Nov 9, 2009 9:39:38 AM (15 years ago)
Author:
vboxsync
Message:

Linux addiitons: re-enable DRI for Linux, Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk

    r23452 r24479  
    198198vboxvideo_drv_15_CFLAGS := $(vboxvideo_drv_70_CFLAGS)
    199199vboxvideo_drv_15_DEFS := $(vboxvideo_drv_70_DEFS) NO_ANSIC PCIACCESS \
    200                          VBOX_NO_LOW_COLOUR $(if $(VBOX_OPENGL) VBOX_DRI,)
     200                         VBOX_NO_LOW_COLOUR
     201if1of ($(KBUILD_TARGET), linux solaris)
     202 vboxvideo_drv_15_DEFS += VBOX_DRI
     203endif
    201204vboxvideo_drv_15_INCS = \
    202205        $(VBOX_PATH_X11_XORG_1_5) \
     
    208211vboxvideo_drv_15_SOURCES  = \
    209212        vboxvideo_13.c \
    210         vboxutils.c \
    211         $(if $(VBOX_OPENGL) vboxvideo_dri.c,)
     213        vboxutils.c
     214if1of ($(KBUILD_TARGET), linux solaris)
     215 vboxvideo_drv_15_SOURCES += \
     216        vboxvideo_dri.c
     217endif
    212218
    213219
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