diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch')
-rw-r--r-- | packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch b/packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch index e69de29bb2..ed3bfc2cae 100644 --- a/packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch +++ b/packages/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch @@ -0,0 +1,27 @@ +--- linphone-0.12.2.hh1/gpe/Makefile.am.old 2004-08-29 21:16:33.000000000 +0100 ++++ linphone-0.12.2.hh1/gpe/Makefile.am 2004-08-29 21:16:52.000000000 +0100 +@@ -28,23 +28,6 @@ + propertybox.c propertybox.h \ + linphone-gpe.c linphone-gpe.h + +-linphone_gpe_LDADD = $(LIBOSIP_LIBS) $(GTK_LIBS) $(XML_LIBS) \ ++linphone_gpe_LDADD = $(LIBOSIP_LIBS) $(GTK_LIBS) $(XML_LIBS) $(ALSA_LIBS) \ + $(top_srcdir)/coreapi/liblinphone.la + +-if CROSS_COMPILING +- +-CROSS_ALSA_CFLAGS = -I/usr/local/arm/familiar/usr/include +-CROSS_ALSA_LIBS = -L/usr/local/arm/familiar/usr/lib -lasound +- +-linphone_gpe_LDFLAGS = /usr/local/arm/familiar/usr/X11R6/lib/libX11.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXi.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXext.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXrender.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXft.so \ +- /usr/local/arm/familiar/usr/lib/libfontconfig.so \ +- /usr/local/arm/familiar/usr/lib/libfreetype.so \ +- /usr/local/arm/familiar/usr/lib/libexpat.so \ +- $(CROSS_ALSA_LIBS) +-else +-linphone_gpe_LDFLAGS = $(ALSA_LIBS) +-endif |