aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-sh-snes
AgeCommit message (Expand)Author
2010-06-10recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGEST...Martin Jansa
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
md-SULOGIN-path OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch
blob: 364f7643c5ce35524f7f0b8c615544ed17686702 (plain)
1
2
3
4
5
6
7
8
9
10
--- tmp/syncml-client.pc.in.orig	2007-01-09 09:43:18.000000000 +0000
+++ tmp/syncml-client.pc.in	2007-01-09 09:43:18.000000000 +0000
@@ -8,6 +8,6 @@
 Version: @VERSION@
 Requires: libcurl, gconf-2.0
 Libs: @SYNCML_LIBS@ -lsyncmlclient
-Cflags: @SYNCML_CFLAGS@ -I@includedir@/syncml-client
+Cflags: @SYNCML_CFLAGS@ -I${includedir}/syncml-client
 ~