VirtualBox

Ignore:
Timestamp:
Jan 20, 2017 9:23:53 AM (8 years ago)
Author:
vboxsync
Message:

bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: move all graphics device-related header files to a separate sub-directory and add that to the include path where they are needed. The intention is too be able to remove the VBox/ include folder in the DRM driver package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk

    r64295 r65381  
    6666#
    6767VBoxOGL_TEMPLATE       = VBOXCROGLR3GUESTDLL
    68 VBoxOGL_INCS           = .
     68VBoxOGL_INCS           = . $(VBOX_GRAPHICS_INCS)
    6969if1of ($(KBUILD_TARGET), linux solaris freebsd)
    7070 ifndef VBOX_USE_SYSTEM_GL_HEADERS
     
    448448VBoxOGLarrayspu_TEMPLATE      = VBOXCROGLR3GUESTDLL
    449449VBoxOGLarrayspu_INCS          = \
    450         array
     450        array \
     451        $(VBOX_GRAPHICS_INCS)
    451452if1of ($(KBUILD_TARGET), linux solaris freebsd)
    452453 VBoxOGLarrayspu_INCS += \
     
    496497VBoxOGLpassthroughspu_TEMPLATE    = VBOXCROGLR3GUESTDLL
    497498VBoxOGLpassthroughspu_INCS        = \
    498         passthrough
     499        passthrough \
     500        $(VBOX_GRAPHICS_INCS)
    499501if1of ($(KBUILD_TARGET), linux solaris freebsd)
    500502 VBoxOGLpassthroughspu_INCS += \
     
    545547VBoxOGLpackspu_DEFS          = TRACKS_STATE=1 PACKS=1
    546548VBoxOGLpackspu_INCS          = \
    547         pack
     549        pack \
     550        $(VBOX_GRAPHICS_INCS)
    548551if1of ($(KBUILD_TARGET), linux solaris freebsd)
    549552 VBoxOGLpackspu_INCS += \
     
    651654VBoxOGLfeedbackspu_TEMPLATE    = VBOXCROGLR3GUESTDLL
    652655VBoxOGLfeedbackspu_INCS        = \
    653         feedback
     656        feedback \
     657        $(VBOX_GRAPHICS_INCS)
    654658if1of ($(KBUILD_TARGET), linux solaris freebsd)
    655659 VBoxOGLfeedbackspu_INCS += \
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