diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb index 96855aab9a..728175b90c 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.30.bb | |||
| @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
| 7 | 7 | ||
| 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 8 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
| 9 | speex libsoup-2.4 pulseaudio" | 9 | speex libsoup-2.4 pulseaudio" |
| 10 | PR = "r2" | 10 | PR = "r3" |
| 11 | 11 | ||
| 12 | inherit gettext | 12 | inherit gettext gconf |
| 13 | 13 | ||
| 14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" | 14 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check" |
| 15 | 15 | ||
| @@ -20,3 +20,5 @@ do_configure_prepend() { | |||
| 20 | 20 | ||
| 21 | SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9" | 21 | SRC_URI[md5sum] = "62fd7a3ef187c4f99b3d7c352d58dae9" |
| 22 | SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6" | 22 | SRC_URI[sha256sum] = "b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6" |
| 23 | |||
| 24 | FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-0.10.schemas" | ||
