Add missing OpenGL and GLUT headers to macOS platform libs
This commit is contained in:
committed by
SvyatoslavScherbina
parent
9ef7dcc91e
commit
a16ddcef76
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGL QuartzCore Security libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AppKit
|
||||
headers = AppKit/AppKit.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGL Security libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreImage
|
||||
headers = CoreImage/CoreImage.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGL Security libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreVideo
|
||||
headers = CoreVideo/CoreVideo.h
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
depends = OpenGL OpenGLCommon posix
|
||||
language = Objective-C
|
||||
package = platform.GLUT
|
||||
headers = GLUT/glut.h
|
||||
|
||||
headerFilter = GLUT/**
|
||||
|
||||
compilerOpts = -framework GLUT
|
||||
linkerOpts = -framework GLUT
|
||||
@@ -1,9 +1,9 @@
|
||||
depends = osx posix
|
||||
depends = OpenGLCommon posix
|
||||
language = Objective-C
|
||||
package = platform.OpenGL
|
||||
headers = OpenGL/OpenGL.h
|
||||
headers = OpenGL/glu.h
|
||||
|
||||
headerFilter = OpenGL/**
|
||||
headerFilter = OpenGL/gl.h OpenGL/glext.h OpenGL/glu.h
|
||||
|
||||
compilerOpts = -framework OpenGL
|
||||
linkerOpts = -framework OpenGL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
depends = OpenGLCommon posix
|
||||
language = Objective-C
|
||||
package = platform.OpenGL3
|
||||
headers = OpenGL/gl3.h OpenGL/gl3ext.h
|
||||
|
||||
headerFilter = OpenGL/gl3.h OpenGL/gl3ext.h
|
||||
|
||||
compilerOpts = -framework OpenGL
|
||||
linkerOpts = -framework OpenGL
|
||||
@@ -0,0 +1,9 @@
|
||||
depends = osx posix
|
||||
language = Objective-C
|
||||
package = platform.OpenGLCommon
|
||||
headers = OpenGL/OpenGL.h
|
||||
|
||||
headerFilter = OpenGL/**
|
||||
|
||||
compilerOpts = -framework OpenGL
|
||||
linkerOpts = -framework OpenGL
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGL Security libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.QuartzCore
|
||||
headers = QuartzCore/QuartzCore.h QuartzCore/CIImage.h QuartzCore/CIColor.h
|
||||
|
||||
Reference in New Issue
Block a user