From: hrw commit Date: Fri, 12 May 2006 18:29:17 +0000 (+0200) Subject: totem: disable lirc - we have it only on collie X-Git-Tag: familiar-v0.8.4-rc3~97 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=644268654e52e4cf83f5d9c921d11ac9fe2c189c;p=familiar-h63xx-build.git totem: disable lirc - we have it only on collie 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] # --- diff --git a/org.handhelds.familiar/packages/totem/totem_1.0.4.bb b/org.handhelds.familiar/packages/totem/totem_1.0.4.bb index 617b4aa..0d86faf 100644 --- a/org.handhelds.familiar/packages/totem/totem_1.0.4.bb +++ b/org.handhelds.familiar/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"