Changeset 59118 in vbox for trunk/src/VBox
- Timestamp:
- Dec 14, 2015 2:10:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk
r59112 r59118 31 31 VBoxOGLpassthroughspu \ 32 32 VBoxOGLpackspu \ 33 VBoxOGLfeedbackspu \ 34 VBoxEGL 33 VBoxOGLfeedbackspu 35 34 endif 36 35 … … 48 47 if1of ($(KBUILD_TARGET), linux solaris freebsd) 49 48 #VBoxOGL_DRI = 1 50 ifn1of ($(KBUILD_TARGET),solaris) # No DRI on Solaris yet 49 DLLS += VBoxEGL 50 ifn1of ($(KBUILD_TARGET),linux solaris) # No DRI on Solaris yet 51 51 VBoxOGL_FAKEDRI = 1 52 52 endif
Note:
See TracChangeset
for help on using the changeset viewer.