]> www.pilppa.org Git - familiar-h63xx-build.git/commitdiff
totem: disable lirc - we have it only on collie
authorhrw commit <oe-commits@handhelds.org>
Fri, 12 May 2006 18:29:17 +0000 (20:29 +0200)
committerRene Wagner <rw@handhelds.org>
Sat, 13 May 2006 20:21:48 +0000 (22:21 +0200)
Author: hrw@openembedded.org
Branch: org.openembedded.oz354x
Revision: 05815600222d642900349fa8bb958ee5737a1c5a
ViewMTN: http://monotone.vanille.de/viewmtn/revision.psp?id=05815600222d642900349fa8bb958ee5737a1c5a
Files:
packages/totem/totem_1.0.4.bb
Diffs:

#
# mt diff -r86a49496e7871506bb0b50fb5998d78be558189f -r05815600222d642900349fa8bb958ee5737a1c5a
#
#
#
# patch "packages/totem/totem_1.0.4.bb"
#  from [4885bdf7e4c7db5adecb1b6aec659920ebbc7e2d]
#    to [ef2236e1e65d0d0dc951917095edbe1d69611808]
#

org.handhelds.familiar/packages/totem/totem_1.0.4.bb

index 617b4aa9d0107cf1abbb72e015c1d92166311910..0d86faf9c9d1e120a726d7942c8e33c35a61f894 100644 (file)
@@ -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"