diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 22:09:10 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 22:09:10 +0000 |
commit | 3a2644d53b434dbbf6ddbeac256d8874c6fcac14 (patch) | |
tree | 14cb8e48af82197c07300278c7d44fff38853f86 | |
parent | ca9e7ef9c0eac049158ede49b5a9035103bd682a (diff) |
inherit gconf
BKrev: 410d6a06G_0QsSUXWttr1d3Oz-yrrw
-rw-r--r-- | gstreamer/gst-plugins_0.8.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe index 2f742e6601..217e69b360 100644 --- a/gstreamer/gst-plugins_0.8.1.oe +++ b/gstreamer/gst-plugins_0.8.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Plugins for GStreamer" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r1" +PR = "r2" DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag gnome-vfs esound-gpe" @@ -11,7 +11,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.ta EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts --disable-artsc --disable-libfame --disable-sdl" -inherit autotools pkgconfig +inherit autotools pkgconfig gconf acpaths = "-I ${S}/common/m4 -I ${S}/m4" |