VirtualBox

Ignore:
Timestamp:
Jan 20, 2017 9:23:53 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112977
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.

Location:
trunk/src/VBox/HostServices/SharedOpenGL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk

    r64067 r65381  
    5959VBoxSharedCrOpenGL_INTERMEDIATES = \
    6060        $(TEMPLATE_VBOXMAINEXE_INTERMEDIATES)
     61VBoxSharedCrOpenGL_INCS = $(VBOX_GRAPHICS_INCS)
    6162VBoxSharedCrOpenGL_INCS.win = \
    6263        $(VBOX_PATH_SDK)/bindings/mscom/include
     
    106107VBoxOGLcrserverlib_INCS  = \
    107108        . \
    108         crserverlib
     109        crserverlib \
     110        $(VBOX_GRAPHICS_INCS)
    109111VBoxOGLcrserverlib_INTERMEDIATES = \
    110112        $(VBOX_PATH_CROGL_GENFILES)/spu_dispatch_table.h \
     
    212214VBoxOGLcrunpacker_TEMPLATE       = VBOXCROGLR3HOSTLIB
    213215VBoxOGLcrunpacker_INCS           = \
    214         unpacker
     216        unpacker \
     217        $(VBOX_GRAPHICS_INCS)
    215218VBoxOGLcrunpacker_INTERMEDIATES  = \
    216219        $(VBOX_PATH_CROGL_GENFILES)/spu_dispatch_table.h \
     
    364367        $(VBOX_PATH_CROGL_GENFILES)/state/cr_currentpointers.h \
    365368        $(VBOX_PATH_CROGL_GENFILES)/state/cr_statefuncs.h
     369VBoxOGLrenderspu_INCS = $(VBOX_GRAPHICS_INCS)
    366370VBoxOGLrenderspu_SOURCES = \
    367371        render/renderspu.c \
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h

    r55971 r65381  
    1919
    2020#ifdef VBOX_WITH_CRHGSMI
    21 # include <VBox/VBoxVideo.h>
     21# include <VBoxVideo.h>
    2222
    2323#include <iprt/cdefs.h>
  • trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_generated.py

    r63942 r65381  
    272272#define _DLM_GENERATED_H
    273273
    274 #include <VBox/VBoxUhgsmi.h>
     274#include <VBoxUhgsmi.h>
    275275
    276276/* DO NOT EDIT.  This file is auto-generated by dlm_generated.py. */
  • trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_pointers.h

    r54905 r65381  
    11/* $Id$ */
    2 #include <VBox/VBoxUhgsmi.h>
     2#include <VBoxUhgsmi.h>
    33
    44#include "cr_dlm.h"
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