diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-19 00:43:17 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-19 00:43:17 +0200 |
commit | 14bf8220ea36950431c7d521a9ab47dace33ba9d (patch) | |
tree | 04a23c0f7bbea0d4142747143f355e256aaa1055 /packages/unicap/unicap-0.9.3/pkgconfig.patch | |
parent | 310ccc10715067a20f96c87c4e78553193060c90 (diff) | |
parent | f5908addf3671abab19e1e43763b3b0ca60a451b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/unicap/unicap-0.9.3/pkgconfig.patch')
-rw-r--r-- | packages/unicap/unicap-0.9.3/pkgconfig.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/unicap/unicap-0.9.3/pkgconfig.patch b/packages/unicap/unicap-0.9.3/pkgconfig.patch new file mode 100644 index 0000000000..ce5ac2085f --- /dev/null +++ b/packages/unicap/unicap-0.9.3/pkgconfig.patch @@ -0,0 +1,9 @@ +--- unicap-0.9.3/libucil/libucil.pc.in~ 2008-10-17 21:40:01.000000000 +0200 ++++ unicap-0.9.3/libucil/libucil.pc.in 2008-10-17 21:40:01.000000000 +0200 +@@ -5,5 +5,5 @@ + Description: Unicap Imaging Library is a set of simple image processing functions + Version: @dist_version@ + Libs: -L@libdir@ -lucil @GLIB_PACKAGE_LIBS@ @PANGO_PACKAGE_LIBS@ @AVCODEC_PACKAGE_LIBS@ @THEORA_PACKAGE_LIBS@ @PNG_PACKAGE_LIBS@ -lm +-Cflags: -I@includedir@/unicap @GLIB_PACKAGE_CFLAGS@ @PANGO_PACKAGE_CFLAGS@ @AVCODEC_PACKAGE_CFLAGS@ @THEORA_PACKAGE_CFLAGS@ @PNG_PACKAGE_CFLAGS@ ++Cflags: -I@includedir@/unicap + Requires: libunicap pangoft2 glib-2.0 |