Fixes build with clutter-1.4.
This commit is contained in:
parent
7ed0ea1e74
commit
7415a3269c
2 changed files with 55 additions and 0 deletions
37
graphics/py-clutter/patches/patch-aa
Normal file
37
graphics/py-clutter/patches/patch-aa
Normal file
|
@ -0,0 +1,37 @@
|
|||
$NetBSD: patch-aa,v 1.3 2010/12/03 05:42:53 obache Exp $
|
||||
|
||||
for clutter-1.4
|
||||
|
||||
--- clutter/cogl-base-types.defs.orig 2009-09-21 10:28:36.000000000 +0000
|
||||
+++ clutter/cogl-base-types.defs
|
||||
@@ -7,30 +7,6 @@
|
||||
(gtype-id "COGL_PANGO_TYPE_FONT_MAP")
|
||||
)
|
||||
|
||||
-(define-flags DebugFlags
|
||||
- (in-module "Cogl")
|
||||
- (c-name "CoglDebugFlags")
|
||||
- (gtype-id "COGL_TYPE_DEBUG_FLAGS")
|
||||
- (values
|
||||
- '("misc" "COGL_DEBUG_MISC")
|
||||
- '("texture" "COGL_DEBUG_TEXTURE")
|
||||
- '("material" "COGL_DEBUG_MATERIAL")
|
||||
- '("shader" "COGL_DEBUG_SHADER")
|
||||
- '("offscreen" "COGL_DEBUG_OFFSCREEN")
|
||||
- '("draw" "COGL_DEBUG_DRAW")
|
||||
- '("pango" "COGL_DEBUG_PANGO")
|
||||
- '("rectangles" "COGL_DEBUG_RECTANGLES")
|
||||
- '("handle" "COGL_DEBUG_HANDLE")
|
||||
- '("blend-strings" "COGL_DEBUG_BLEND_STRINGS")
|
||||
- '("disable-batching" "COGL_DEBUG_DISABLE_BATCHING")
|
||||
- '("force-client-side-matrices" "COGL_DEBUG_FORCE_CLIENT_SIDE_MATRICES")
|
||||
- '("disable-vbos" "COGL_DEBUG_DISABLE_VBOS")
|
||||
- '("journal" "COGL_DEBUG_JOURNAL")
|
||||
- '("batching" "COGL_DEBUG_BATCHING")
|
||||
- '("disable-software-transform" "COGL_DEBUG_DISABLE_SOFTWARE_TRANSFORM")
|
||||
- )
|
||||
-)
|
||||
-
|
||||
(define-flags BufferBit
|
||||
(in-module "Cogl")
|
||||
(c-name "CoglBufferBit")
|
18
graphics/py-clutter/patches/patch-ab
Normal file
18
graphics/py-clutter/patches/patch-ab
Normal file
|
@ -0,0 +1,18 @@
|
|||
$NetBSD: patch-ab,v 1.3 2010/12/03 05:42:53 obache Exp $
|
||||
|
||||
for clutter-1.4
|
||||
|
||||
--- clutter/cogl-base.defs.orig 2010-03-30 17:25:33.000000000 +0000
|
||||
+++ clutter/cogl-base.defs
|
||||
@@ -189,11 +189,6 @@
|
||||
|
||||
;; From cogl-enum-types.h
|
||||
|
||||
-(define-function debug_flags_get_type
|
||||
- (c-name "cogl_debug_flags_get_type")
|
||||
- (return-type "GType")
|
||||
-)
|
||||
-
|
||||
(define-function material_filter_get_type
|
||||
(c-name "cogl_material_filter_get_type")
|
||||
(return-type "GType")
|
Loading…
Reference in a new issue