diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-11-12 18:58:23 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 18:43:23 +0100 |
commit | 65a1dbd7faffb81ca0c0bf312e4f4e66ca02b0b1 (patch) | |
tree | 20f35c76c903d32139a1012b77d4cf6334065a0d /packages/gnash/gnash-minimal_0.8.3.bb | |
parent | e3005f0e895adac9dfaecb5233e1afbeb450be0d (diff) |
gnash: Build without ffmpeg
Optionally depend on ffmpeg
Diffstat (limited to 'packages/gnash/gnash-minimal_0.8.3.bb')
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnash/gnash-minimal_0.8.3.bb b/packages/gnash/gnash-minimal_0.8.3.bb index 237097b94a..6f78d94c10 100644 --- a/packages/gnash/gnash-minimal_0.8.3.bb +++ b/packages/gnash/gnash-minimal_0.8.3.bb @@ -1,6 +1,6 @@ require gnash-minimal.inc -PR = "r8" +PR = "r9" EXTRA_OECONF += " --without-included-ltdl \ --with-ltdl-include=${STAGING_INCDIR} \ |