diff options
-rw-r--r-- | recipes/totem/totem_2.28.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/totem/totem_2.28.1.bb b/recipes/totem/totem_2.28.1.bb index 98f47ca43e..f1d846d7da 100644 --- a/recipes/totem/totem_2.28.1.bb +++ b/recipes/totem/totem_2.28.1.bb @@ -6,7 +6,7 @@ DESCRIPTION = "A GTK2 based media player" HOMEPAGE = "http://www.gnome.org/projects/totem/" LICENSE = "GPL" -PR = "r1" +PR = "r2" DEPENDS = " libunique libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad gst-plugins-base" RDEPENDS_${PN} += "iso-codes" @@ -48,6 +48,7 @@ EXTRA_OECONF=" --disable-schemas-install \ do_configure_prepend() { sed -i -e s:help::g ${S}/Makefile.am + sed -i -e s:PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION":PYTHON_CFLAGS="-I${STAGING_INCDIR}/python$PYTHON_VERSION":g ${S}/configure.in } PACKAGES_DYNAMIC += " totem-plugin-* " |