Changeset 24479 in vbox
- Timestamp:
- Nov 9, 2009 9:39:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r23452 r24479 198 198 vboxvideo_drv_15_CFLAGS := $(vboxvideo_drv_70_CFLAGS) 199 199 vboxvideo_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 201 if1of ($(KBUILD_TARGET), linux solaris) 202 vboxvideo_drv_15_DEFS += VBOX_DRI 203 endif 201 204 vboxvideo_drv_15_INCS = \ 202 205 $(VBOX_PATH_X11_XORG_1_5) \ … … 208 211 vboxvideo_drv_15_SOURCES = \ 209 212 vboxvideo_13.c \ 210 vboxutils.c \ 211 $(if $(VBOX_OPENGL) vboxvideo_dri.c,) 213 vboxutils.c 214 if1of ($(KBUILD_TARGET), linux solaris) 215 vboxvideo_drv_15_SOURCES += \ 216 vboxvideo_dri.c 217 endif 212 218 213 219
Note:
See TracChangeset
for help on using the changeset viewer.

