diff options
author | Ross Burton <ross@openedhand.com> | 2008-06-13 13:22:25 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-06-13 13:22:25 +0000 |
commit | 4ffff2ed20723eaff749f4bd11417d5326a9a775 (patch) | |
tree | 4425d8d14286966f325fd164a3f3659a8b298b76 /meta/packages | |
parent | a55c18a132177d3f2cead54ca4983e03a252f29a (diff) | |
download | poky-4ffff2ed20723eaff749f4bd11417d5326a9a775.tar.gz |
pango-1.16.5: remove, it isn't used
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4637 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pango/files/gtk-doc.patch | 59 | ||||
-rw-r--r-- | meta/packages/pango/files/no-tests.patch | 15 | ||||
-rw-r--r-- | meta/packages/pango/pango-1.16.5/no-tests.patch | 10 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.16.5.bb | 1 |
4 files changed, 0 insertions, 85 deletions
diff --git a/meta/packages/pango/files/gtk-doc.patch b/meta/packages/pango/files/gtk-doc.patch deleted file mode 100644 index bee5fe6310..0000000000 --- a/meta/packages/pango/files/gtk-doc.patch +++ /dev/null | |||
@@ -1,59 +0,0 @@ | |||
1 | --- pango/acinclude.m4.old 2004-05-08 11:31:48.000000000 +0100 | ||
2 | +++ pango/acinclude.m4 2004-05-08 11:31:58.000000000 +0100 | ||
3 | @@ -55,3 +55,56 @@ | ||
4 | ]) | ||
5 | |||
6 | |||
7 | +dnl -*- mode: autoconf -*- | ||
8 | + | ||
9 | +# serial 1 | ||
10 | + | ||
11 | +dnl Usage: | ||
12 | +dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) | ||
13 | +AC_DEFUN([GTK_DOC_CHECK], | ||
14 | +[ | ||
15 | + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first | ||
16 | + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first | ||
17 | + dnl for overriding the documentation installation directory | ||
18 | + AC_ARG_WITH(html-dir, | ||
19 | + AC_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, | ||
20 | + [with_html_dir='${datadir}/gtk-doc/html']) | ||
21 | + HTML_DIR="$with_html_dir" | ||
22 | + AC_SUBST(HTML_DIR) | ||
23 | + | ||
24 | + dnl enable/disable documentation building | ||
25 | + AC_ARG_ENABLE(gtk-doc, | ||
26 | + AC_HELP_STRING([--enable-gtk-doc], | ||
27 | + [use gtk-doc to build documentation [default=no]]),, | ||
28 | + enable_gtk_doc=no) | ||
29 | + | ||
30 | + have_gtk_doc=no | ||
31 | + if test -z "$PKG_CONFIG"; then | ||
32 | + AC_PATH_PROG(PKG_CONFIG, pkg-config, no) | ||
33 | + fi | ||
34 | + if test "$PKG_CONFIG" != "no" && $PKG_CONFIG --exists gtk-doc; then | ||
35 | + have_gtk_doc=yes | ||
36 | + fi | ||
37 | + | ||
38 | + dnl do we want to do a version check? | ||
39 | +ifelse([$1],[],, | ||
40 | + [gtk_doc_min_version=$1 | ||
41 | + if test "$have_gtk_doc" = yes; then | ||
42 | + AC_MSG_CHECKING([gtk-doc version >= $gtk_doc_min_version]) | ||
43 | + if $PKG_CONFIG --atleast-version $gtk_doc_min_version gtk-doc; then | ||
44 | + AC_MSG_RESULT(yes) | ||
45 | + else | ||
46 | + AC_MSG_RESULT(no) | ||
47 | + have_gtk_doc=no | ||
48 | + fi | ||
49 | + fi | ||
50 | +]) | ||
51 | + if test x$enable_gtk_doc = xyes; then | ||
52 | + if test "$have_gtk_doc" != yes; then | ||
53 | + enable_gtk_doc=no | ||
54 | + fi | ||
55 | + fi | ||
56 | + | ||
57 | + AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) | ||
58 | + AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, test -n "$LIBTOOL") | ||
59 | +]) | ||
diff --git a/meta/packages/pango/files/no-tests.patch b/meta/packages/pango/files/no-tests.patch deleted file mode 100644 index b382126129..0000000000 --- a/meta/packages/pango/files/no-tests.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- pango-1.2.5/Makefile.am~no-tests 2003-01-30 22:43:47.000000000 +0100 | ||
7 | +++ pango-1.2.5/Makefile.am 2004-03-11 11:31:25.000000000 +0100 | ||
8 | @@ -1,6 +1,6 @@ | ||
9 | ## Process this file with automake to create Makefile.in. | ||
10 | |||
11 | -SUBDIRS= pango modules examples docs tools tests | ||
12 | +SUBDIRS= pango modules examples docs tools | ||
13 | |||
14 | EXTRA_DIST = \ | ||
15 | pango.pc.in \ | ||
diff --git a/meta/packages/pango/pango-1.16.5/no-tests.patch b/meta/packages/pango/pango-1.16.5/no-tests.patch deleted file mode 100644 index dafcb20c3b..0000000000 --- a/meta/packages/pango/pango-1.16.5/no-tests.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 | ||
2 | +++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 | ||
3 | @@ -1,6 +1,6 @@ | ||
4 | ## Process this file with automake to create Makefile.in. | ||
5 | |||
6 | -SUBDIRS= pango modules pango-view examples docs tools tests | ||
7 | +SUBDIRS= pango modules pango-view examples docs tools | ||
8 | |||
9 | EXTRA_DIST = \ | ||
10 | autogen.sh \ | ||
diff --git a/meta/packages/pango/pango_1.16.5.bb b/meta/packages/pango/pango_1.16.5.bb deleted file mode 100644 index 8e3e8e7d3a..0000000000 --- a/meta/packages/pango/pango_1.16.5.bb +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | require pango.inc | ||