]> git.pld-linux.org Git - packages/PackageKit.git/blame - PackageKit-gstreamer.patch
Updated to 0.8.4
[packages/PackageKit.git] / PackageKit-gstreamer.patch
CommitLineData
6196bed7
MB
1--- PackageKit-0.8.4/configure.ac.old 2012-10-07 18:17:22.017654117 +0200
2+++ PackageKit-0.8.4/configure.ac 2012-10-07 18:17:38.374232181 +0200
3@@ -419,7 +419,7 @@ dnl ------------------------------------
4 AC_ARG_ENABLE(gstreamer_plugin, AS_HELP_STRING([--enable-gstreamer-plugin],[Build gstreamer plugin functionality]),
5 enable_gstreamer_plugin=$enableval,enable_gstreamer_plugin=yes)
6 if test x$enable_gstreamer_plugin = xyes; then
7- PKG_CHECK_MODULES(PK_GSTREAMER_PLUGIN, gstreamer-0.10 gstreamer-plugins-base-0.10 glib-2.0 gio-2.0,
8+ PKG_CHECK_MODULES(PK_GSTREAMER_PLUGIN, gstreamer-1.0 gstreamer-plugins-base-1.0 glib-2.0 gio-2.0,
9 build_gstreamer_plugin=yes, build_gstreamer_plugin=no)
10 else
11 build_gstreamer_plugin=no
This page took 0.076481 seconds and 4 git commands to generate.