diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 23:05:45 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 23:05:45 +0000 |
commit | 744d31ca64a9e9177797476d3d7e86eabcc9c26d (patch) | |
tree | 7a09ce22c102219f40f1e5a49efb773fb556f19c /packages/pango/pango-1.13.3 | |
parent | 47f60742dc51c3d460a4a29dede426d6dd99fe26 (diff) |
pango: 1.13.2 -> 1.13.3 and add missing PACKAGES_DYNAMIC (from poky). Drop some old versions.
Diffstat (limited to 'packages/pango/pango-1.13.3')
-rw-r--r-- | packages/pango/pango-1.13.3/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/pango/pango-1.13.3/opentype-makefile.patch | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/pango/pango-1.13.3/.mtn2git_empty b/packages/pango/pango-1.13.3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pango/pango-1.13.3/.mtn2git_empty diff --git a/packages/pango/pango-1.13.3/opentype-makefile.patch b/packages/pango/pango-1.13.3/opentype-makefile.patch new file mode 100644 index 0000000000..9f68420bc5 --- /dev/null +++ b/packages/pango/pango-1.13.3/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) + |