Add missing OpenGL and GLUT headers to macOS platform libs

This commit is contained in:
Svyatoslav Scherbina
2017-10-17 14:12:46 +03:00
committed by SvyatoslavScherbina
parent 9ef7dcc91e
commit a16ddcef76
8 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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
+9
View File
@@ -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
+3 -3
View File
@@ -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
+9
View File
@@ -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
+9
View File
@@ -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 -1
View File
@@ -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