From cedbf84355a9122612018b8c0560608d5f855676 Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Fri, 16 Oct 2015 06:21:52 +0900 Subject: gst-plugins-bad-1.0: copy java class into package https://bugzilla.gnome.org/show_bug.cgi?id=755173 --- recipes/gst-plugins-bad-1.0-static.recipe | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe index 3733b2d8..41f0632e 100644 --- a/recipes/gst-plugins-bad-1.0-static.recipe +++ b/recipes/gst-plugins-bad-1.0-static.recipe @@ -168,6 +168,8 @@ class Recipe(custom.GStreamerStatic): files_plugins_sys = [] + files_devel = [] + def prepare(self): self.append_env['CFLAGS'] = " -Wno-error -DGSTREAMER_GLIB_COCOA_NSAPPLICATION=1 " self.append_env['OBJCFLAGS'] = " -Wno-error -DGSTREAMER_GLIB_COCOA_NSAPPLICATION=1 " @@ -179,6 +181,9 @@ class Recipe(custom.GStreamerStatic): self.configure_options += \ ' --disable-cog --disable-sdl '\ '--disable-cdaudio' + if self.config.target_platform == Platform.ANDROID: + self.files_devel += \ + ['share/gst-android/ndk-build'] if self.config.variants.gtk3: self.deps.append("gtk+3") self.files_plugins_sys = ["libgstgtksink"] -- cgit v1.2.3