diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-05 13:03:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-05 13:03:28 +0000 |
commit | a7c094472a42a606442aad2cac2fb0e4fa73f0e3 (patch) | |
tree | fb4c521b1e440e546cb25308c0f3c21ca14b79cb /packages/pango/pango-1.13.2 | |
parent | fd128b368d57b904414776eb73f50ce650e5268c (diff) |
pango: add 1.13.2
Diffstat (limited to 'packages/pango/pango-1.13.2')
-rw-r--r-- | packages/pango/pango-1.13.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/pango/pango-1.13.2/opentype-makefile.patch | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/pango/pango-1.13.2/.mtn2git_empty b/packages/pango/pango-1.13.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pango/pango-1.13.2/.mtn2git_empty diff --git a/packages/pango/pango-1.13.2/opentype-makefile.patch b/packages/pango/pango-1.13.2/opentype-makefile.patch new file mode 100644 index 0000000000..9f68420bc5 --- /dev/null +++ b/packages/pango/pango-1.13.2/opentype-makefile.patch @@ -0,0 +1,20 @@ +--- pango/opentype/Makefile.am~ 2006-07-05 14:49:28.000000000 +0200 ++++ pango/opentype/Makefile.am 2006-07-05 14:49:28.000000000 +0200 +@@ -5,7 +5,7 @@ + + noinst_LTLIBRARIES = libharfbuzz-1.la + +-SOURCES = \ ++MAIN_SOURCES = \ + ftglue.c \ + harfbuzz-buffer.c \ + harfbuzz-dump.c \ +@@ -34,7 +34,7 @@ + harfbuzz-open-private.h + + libharfbuzz_1_la_SOURCES = \ +- $(SOURCES) \ ++ $(MAIN_SOURCES) \ + $(PUBLICHEADERS) \ + $(PRIVATEHEADERS) + |