diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-06 18:14:32 +0000 |
---|---|---|
committer | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-06 18:14:32 +0000 |
commit | a301fcce2802c9e70f7ce0ab95b3a83836b5d2e6 (patch) | |
tree | 6b167c3d99aa4106f384ff6c38fe76e14f074c31 | |
parent | ae7d1e6a31217e163066e1530b3682989663667e (diff) |
gst-plugins-good 0.10.5: Be coherent with --with-check option in
gstreamer configuration.
* Add --with-check=no to configure options
* Closes 2205
-rw-r--r-- | packages/gstreamer/gst-plugins-good_0.10.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins-good_0.10.5.bb b/packages/gstreamer/gst-plugins-good_0.10.5.bb index 42f6df4d9d..be5dad78e7 100644 --- a/packages/gstreamer/gst-plugins-good_0.10.5.bb +++ b/packages/gstreamer/gst-plugins-good_0.10.5.bb @@ -1,4 +1,5 @@ require gst-plugins.inc +EXTRA_OECONF += "--with-check=no" DEPENDS += "gst-plugins-base" PR = "r2" |