VirtualBox

Changeset 64269 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Oct 14, 2016 6:03:39 AM (8 years ago)
Author:
vboxsync
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/Config.kmk

    r64149 r64269  
    23812381 # VBOX_PATH_MESA_SOURCE = $(PATH_ROOT)/src/libs/mesa-7.2
    23822382  VBOX_PATH_MESA_SOURCE = $(VBOX_PATH_X11_ROOT)/mesa-7.2
    2383   VBOX_MESA_INCS = \
    2384         $(VBOX_PATH_MESA_SOURCE) \
    2385         $(VBOX_PATH_MESA_SOURCE)/include \
    2386         $(VBOX_PATH_MESA_SOURCE)/src/mesa/ \
    2387         $(VBOX_PATH_MESA_SOURCE)/src/mesa/glapi \
    2388         $(VBOX_PATH_MESA_SOURCE)/src/mesa/main \
    2389         $(VBOX_PATH_MESA_SOURCE)/src/mesa/drivers/dri/common
     2383  VBOX_GL_INCS = \
     2384        $(VBOX_PATH_X11_ROOT)/glproto-1.4.10 \
     2385        $(VBOX_PATH_X11_ROOT)/mesa-7.2
    23902386 endif
    23912387
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