gst-gmyth/configure.ac
branchtrunk
changeset 790 7a914b3fafc1
parent 611 aa1f309ec686
child 793 45c799bef1f6
     1.1 --- a/gst-gmyth/configure.ac	Tue May 01 17:03:38 2007 +0100
     1.2 +++ b/gst-gmyth/configure.ac	Wed Aug 01 14:50:29 2007 +0100
     1.3 @@ -120,6 +120,14 @@
     1.4  AC_SUBST(GMYTH_CFLAGS)
     1.5  AC_SUBST(GMYTH_LIBS)
     1.6  
     1.7 +PKG_CHECK_MODULES(X11, x11, HAVE_X11=yes,HAVE_X11=no)
     1.8 +if test "x$HAVE_X11" = "xno"; then
     1.9 +  AC_MSG_ERROR(you need x11-dev installed)
    1.10 +fi
    1.11 +AC_SUBST(X11_CFLAGS)
    1.12 +AC_SUBST(X11_LIBS)
    1.13 +
    1.14 +
    1.15  dnl set the plugindir where plugins should be installed
    1.16  plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
    1.17  AC_SUBST(plugindir)
    1.18 @@ -136,6 +144,9 @@
    1.19      Makefile \
    1.20      nuvdemux/Makefile \
    1.21      mythsrc/Makefile \
    1.22 -    concatmux/Makefile
    1.23 +    concatmux/Makefile \
    1.24 +    playbinmaemo/Makefile \
    1.25 +    decodebin2/Makefile \
    1.26 +    multiqueue/Makefile
    1.27  )
    1.28