libart-lgpl: Add missing config file - allows builds on PowerPC
authorGary Thomas <gary@mlbassoc.com>
Sun, 28 Nov 2010 13:21:28 +0000 (06:21 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 3 Dec 2010 21:15:38 +0000 (13:15 -0800)
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h [new file with mode: 0644]

diff --git a/meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h
new file mode 100644 (file)
index 0000000..b0e74ad
--- /dev/null
@@ -0,0 +1,10 @@
+/* Automatically generated by gen_art_config.c */
+
+#define ART_SIZEOF_CHAR 1
+#define ART_SIZEOF_SHORT 2
+#define ART_SIZEOF_INT 4
+#define ART_SIZEOF_LONG 4
+
+typedef unsigned char art_u8;
+typedef unsigned short art_u16;
+typedef unsigned int art_u32;