VirtualBox

Changeset 64269 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Oct 14, 2016 6:03:39 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111282
Message:

bugref:3810: X11 Guest Additions maintenance: remove unnecessary parts of the Mesa 7.2 sources from the tree, leaving only public OpenGL header files. The reason we are not just switching to using the Mesa 11 headers is that they currently conflict with our API definitions in APIspec.txt including due to increased const-correctness.

File:
1 edited

Legend:

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

    r62521 r64269  
    7979        $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
    8080        $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \
    81         $(VBOX_MESA_INCS) \
     81        $(VBOX_GL_INCS) \
    8282        $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
    8383 VBoxOGL_DEFS     += VBOX_NO_NATIVEGL
     
    446446if1of ($(KBUILD_TARGET), linux solaris freebsd)
    447447 VBoxOGLarrayspu_INCS += \
    448         $(VBOX_MESA_INCS)
     448        $(VBOX_GL_INCS)
    449449endif
    450450if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM)
     
    494494if1of ($(KBUILD_TARGET), linux solaris freebsd)
    495495 VBoxOGLpassthroughspu_INCS += \
    496         $(VBOX_MESA_INCS)
     496        $(VBOX_GL_INCS)
    497497endif
    498498if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM)
     
    543543if1of ($(KBUILD_TARGET), linux solaris freebsd)
    544544 VBoxOGLpackspu_INCS += \
    545         $(VBOX_MESA_INCS)
     545        $(VBOX_GL_INCS)
    546546endif
    547547if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM)
     
    649649if1of ($(KBUILD_TARGET), linux solaris freebsd)
    650650 VBoxOGLfeedbackspu_INCS += \
    651         $(VBOX_MESA_INCS)
     651        $(VBOX_GL_INCS)
    652652endif
    653653if defined(VBOX_SIGNING_MODE) && defined(VBOX_WITH_WDDM)
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