aboutsummaryrefslogtreecommitdiffstats
path: root/packages/totem/totem_1.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/totem/totem_1.0.4.bb')
-rw-r--r--packages/totem/totem_1.0.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/totem/totem_1.0.4.bb b/packages/totem/totem_1.0.4.bb
index 617b4aa9d0..0d86faf9c9 100644
--- a/packages/totem/totem_1.0.4.bb
+++ b/packages/totem/totem_1.0.4.bb
@@ -6,6 +6,7 @@ SECTION = "x11/multimedia"
DESCRIPTION="A GTK2 based media player"
HOMEPAGE="http://www.gnome.org/projects/totem/"
LICENSE="GPL"
+PR = "r1"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/totem/1.0/totem-${PV}.tar.gz \
file://include.patch;patch=1 \
@@ -19,7 +20,7 @@ DEPENDS="gtk+ libglade gnome-vfs gconf libxine-x11 libxml2"
inherit autotools
-EXTRA_OECONF="--disable-schemas-install --disable-nvtv --enable-gtk --disable-debug --disable-gstreamer --disable-mozilla"
+EXTRA_OECONF="--disable-schemas-install --disable-nvtv --enable-gtk --disable-debug --disable-gstreamer --disable-mozilla --disable-lirc"
#SELECTED_OPTIMIZATION="-O0 -g"
LDFLAGS_append = " -Wl,--export-dynamic"