aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-mixer
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-mixer')
-rw-r--r--recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch10
-rw-r--r--recipes/gpe-mixer/gpe-mixer_0.42.bb12
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch b/recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch
new file mode 100644
index 0000000000..888c42f3e2
--- /dev/null
+++ b/recipes/gpe-mixer/gpe-mixer/gpemixer-no-host-includes.patch
@@ -0,0 +1,10 @@
+--- /tmp/Makefile 2006-05-20 15:44:18.249491416 +0200
++++ gpe-mixer-0.42/Makefile 2006-05-20 15:44:38.710380888 +0200
+@@ -22,7 +22,6 @@
+ PACKAGE_LDFLAGS += -L../libgpewidget
+ BUILD = ../build
+ else
+-PACKAGE_CFLAGS += -I/usr/include/gpe
+ BUILD = build
+ endif
+ PACKAGE_LDFLAGS += $(GPELIBS) $(GTKLIBS)
diff --git a/recipes/gpe-mixer/gpe-mixer_0.42.bb b/recipes/gpe-mixer/gpe-mixer_0.42.bb
new file mode 100644
index 0000000000..5fe0e98c82
--- /dev/null
+++ b/recipes/gpe-mixer/gpe-mixer_0.42.bb
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+PR = "r1"
+
+inherit gpe pkgconfig
+
+SRC_URI += "file://gpemixer-no-host-includes.patch;patch=1"
+
+DESCRIPTION = "GPE audio mixer"
+DEPENDS = "gtk+ libgpewidget"
+SECTION = "gpe"
+PRIORITY = "optional"
+