diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 15:22:25 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 15:22:25 +0000 |
commit | 94b7b4dc7f4c9088986b7693287455bb5e397a53 (patch) | |
tree | 34cc20b0b5470d71c2d583aa901362b893a9f62d /configure.ac | |
parent | fe967d4fe869959df133e4d1b5d304ed60a2fd41 (diff) |
move pango to base
Original commit message from CVS:
move pango to base
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 797c362b..10a71649 100644 --- a/configure.ac +++ b/configure.ac @@ -413,15 +413,6 @@ GST_CHECK_FEATURE(DV1394, [raw1394 and avc1394 library], dv1394src, [ fi ]) -dnl *** pango *** -translit(dnm, m, l) AM_CONDITIONAL(USE_PANGO, true) -GST_CHECK_FEATURE(PANGO, [pango], pango, [ - PKG_CHECK_MODULES(PANGO, pango pangoft2, - HAVE_PANGO="yes", HAVE_PANGO="no") - AC_SUBST(PANGO_CFLAGS) - AC_SUBST(PANGO_LIBS) -]) - dnl *** shout2 *** translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true) GST_CHECK_FEATURE(SHOUT2, [shout2 plug-in], shout2send, [ @@ -566,7 +557,6 @@ ext/gconf/Makefile ext/ladspa/Makefile ext/libcaca/Makefile ext/libpng/Makefile -ext/pango/Makefile ext/raw1394/Makefile ext/shout2/Makefile ext/speex/Makefile |