From: Rob Taylor Date: Tue, 4 Aug 2009 16:16:30 +0000 (+0100) Subject: Add missing dependencies for cogl-1.0 bindings X-Git-Tag: 0.7.6~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbf85706c5f46d65f3dc17d71436f47af18747de;p=thirdparty%2Fvala.git Add missing dependencies for cogl-1.0 bindings --- diff --git a/vapi/Makefile.am b/vapi/Makefile.am index 72e1ef2d0..f8dab9ddb 100644 --- a/vapi/Makefile.am +++ b/vapi/Makefile.am @@ -15,12 +15,14 @@ dist_vapi_DATA = \ clutter-1.0.deps \ clutter-json-1.0.vapi \ cogl-1.0.vapi \ + cogl-1.0.deps \ curses.vapi \ dbus-glib-1.vapi \ enchant.vapi \ fuse.deps \ fuse.vapi \ gconf-2.0.vapi \ + gl-1.0.vapi \ glib-2.0.vapi \ gdk-2.0.deps \ gdk-2.0.vapi \ diff --git a/vapi/cogl-1.0.deps b/vapi/cogl-1.0.deps new file mode 100644 index 000000000..cac8e7443 --- /dev/null +++ b/vapi/cogl-1.0.deps @@ -0,0 +1 @@ +gl-1.0 diff --git a/vapi/gl-1.0.vapi b/vapi/gl-1.0.vapi new file mode 100644 index 000000000..0b3fb84c3 --- /dev/null +++ b/vapi/gl-1.0.vapi @@ -0,0 +1,57 @@ +/* gl-1.0.vapi generated by vapigen, do not modify. */ + +[CCode (cprefix = "GL", lower_case_cprefix = "gl_")] +namespace GL { + [CCode (cname="GLbitfield", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 0)] + public struct bitfield { + } + [CCode (cname="GLboolean", cheader_filename = "gl.h")] + [SimpleType] + [BooleanType] + public struct boolean { + } + [CCode (cname="GLcharARB", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 0)] + public struct charARB { + } + [CCode (cname="GLclampf", cheader_filename = "gl.h")] + [SimpleType] + [FloatingType (rank = 0)] + public struct clampf { + } + [CCode (cname="GLenum", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 0)] + public struct @enum { + } + [CCode (cname="GLfloat", cheader_filename = "gl.h")] + [SimpleType] + [FloatingType (rank = 0)] + public struct @float { + } + [CCode (cname="GLhandleARB", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 0)] + public struct handleARB { + } + [CCode (cname="GLint", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 0)] + public struct @int { + } + [CCode (cname="GLsizei", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 0)] + public struct sizei { + } + [CCode (cname="GLuint", cheader_filename = "gl.h")] + [SimpleType] + [IntegerType (rank = 7)] + public struct @uint { + } + [CCode (cheader_filename = "gl.h")] + public static void InitNames (); +}