summaryrefslogtreecommitdiff
path: root/recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-09-04 20:10:10 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-09-04 20:13:16 +0200
commit47c848ac5f716836ce80d14f7c9324fb9014efe4 (patch)
tree18bd617b87ebc3581b4b8f4e8342dd3d3fd57635 /recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch
parent6ae695570e62c2ba239dbfd654f98d93f7744711 (diff)
Add drumgizmo recipe and dependencies.
Diffstat (limited to 'recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch')
-rw-r--r--recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch b/recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch
new file mode 100644
index 0000000..05bec80
--- /dev/null
+++ b/recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch
@@ -0,0 +1,31 @@
+From 766c8c4aa6f6e8743234b93a760a89480bddd7fd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
+Date: Mon, 28 May 2018 23:08:07 +0200
+Subject: [PATCH] Use native rcgen
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Inappropriate [cross specific]
+
+Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
+---
+ plugingui/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
+index dd36783..ca30e84 100644
+--- a/plugingui/Makefile.am
++++ b/plugingui/Makefile.am
+@@ -28,7 +28,7 @@ RES = \
+ ../COPYING
+
+ resource_data.cc : rcgen $(RES)
+- ./rcgen $(RES) > resource_data.cc
++ drumgizmo-rcgen $(RES) > resource_data.cc
+
+ libdggui_la_CPPFLAGS = \
+ $(GUI_CPPFLAGS) \
+--
+2.14.3
+