summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/formfactor
AgeCommit message (Expand)Author
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
2013-06-24Sync with PRINC removal from meta-intelRichard Purdie
2012-08-21formfactor: Clean up errors on machines without framebuffersRichard Purdie
2012-03-08formfactor: use full path to fbsetPaul Eggleton
2012-01-17qemuppc: add machconfigLiming Wang
2011-06-13formfactor: Inhibit toolchain dependencies as its just config filesRichard Purdie
2011-05-04Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton
2011-04-20Replace POKYBASE with COREBASERichard Purdie
2011-03-16formfactor: Assume HAVE_TOUCHSCREEN=0Darren Hart
2010-12-06formfactor: update LIC_FILES_CHKSUM infoDongxiao Xu
2010-11-10tslib: 32bit big endian supportJ. Aaron Gamble
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart
2010-10-04qemumips: Add formfactor file so the mouse works correctlyRichard Griffiths
2010-09-17formfactor: Add machconfig in qemux86-64 to avoid HAVE_KEYBOARD unset.Zhai Edwin
2010-08-27Major layout change to the packages directoryRichard Purdie
lue='ChenQi/util-linux-2.25.2'>ChenQi/util-linux-2.25.2 OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mutter/mutter/crosscompile.patch
blob: b27383b09abc5dd1579eada4d890fae1bda60d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Index: git/configure.in
===================================================================
--- git.orig/configure.in	2009-01-27 14:49:10.000000000 +0000
+++ git/configure.in	2009-01-27 15:29:41.000000000 +0000
@@ -46,6 +46,32 @@
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
+if test x"$CC_FOR_BUILD" = x; then
+	if test x"$cross_compiling" = xyes; then
+	       AC_CHECK_PROGS(CC_FOR_BUILD, gcc cc)
+	else
+	       CC_FOR_BUILD="$CC"
+	fi
+fi
+AC_SUBST([CC_FOR_BUILD])
+if test x"$CFLAGS_FOR_BUILD" = x; then
+	if test x"$cross_compiling" = xyes; then
+	       AC_CHECK_PROGS(CFLAGS_FOR_BUILD, gcc cc)
+	else
+	       CFLAGS_FOR_BUILD="$CFLAGS"
+	fi
+fi
+AC_SUBST([CFLAGS_FOR_BUILD])
+if test x"$LDFLAGS_FOR_BUILD" = x; then
+	if test x"$cross_compiling" = xyes; then
+	       AC_CHECK_PROGS(LDFLAGS_FOR_BUILD, gcc cc)
+	else
+	       LDFLAGS_FOR_BUILD="$LDFLAGS"
+	fi
+fi
+AC_SUBST([LDFLAGS_FOR_BUILD])
+
+
 #### Integer sizes
 
 AC_CHECK_SIZEOF(char)
Index: git/src/Makefile.am
===================================================================
--- git.orig/src/Makefile.am	2009-01-27 15:25:31.000000000 +0000
+++ git/src/Makefile.am	2009-01-27 15:39:54.000000000 +0000
@@ -168,11 +168,9 @@
 metacity_dialog_SOURCES= 	\
 	ui/metacity-dialog.c
 
-schema_bindings_SOURCES =       \
-        core/schema-bindings.c			\
-	metacity.schemas.in.in
+schema_bindings:
+	@CC_FOR_BUILD@ core/schema-bindings.c -I./include -I ../ @CFLAGS_FOR_BUILD@ @LDFLAGS_FOR_BUILD@ -o schema_bindings
 
-schema_bindings_LDADD = @METACITY_LIBS@
 metacity.schemas.in: schema_bindings ${srcdir}/metacity.schemas.in.in
 	@echo Generating keybinding schemas... ${srcdir}/metacity.schemas.in.in
 	${builddir}/schema_bindings ${srcdir}/metacity.schemas.in.in ${builddir}/metacity.schemas.in