aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-soundbite/gpe-soundbite_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-soundbite/gpe-soundbite_1.0.6.bb')
-rw-r--r--recipes/gpe-soundbite/gpe-soundbite_1.0.6.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gpe-soundbite/gpe-soundbite_1.0.6.bb b/recipes/gpe-soundbite/gpe-soundbite_1.0.6.bb
new file mode 100644
index 0000000000..5297d3250d
--- /dev/null
+++ b/recipes/gpe-soundbite/gpe-soundbite_1.0.6.bb
@@ -0,0 +1,10 @@
+LICENSE = "GPL"
+inherit gpe pkgconfig
+
+SRC_URI += "file://makefile-fix.patch;patch=1"
+
+DESCRIPTION = "GPE audio Recorder"
+DEPENDS = "gtk+ libgpewidget libglade libgsm gpe-soundserver"
+SECTION = "gpe/multimedia"
+PRIORITY = "optional"
+LDFLAGS_append = " -Wl,--export-dynamic"