From 47c848ac5f716836ce80d14f7c9324fb9014efe4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 4 Sep 2018 20:10:10 +0200 Subject: Add drumgizmo recipe and dependencies. --- .../drumgizmo/files/0002-Use-native-rcgen.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch (limited to 'recipes-multimedia/drumgizmo/files/0002-Use-native-rcgen.patch') 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?= +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 +--- + 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 + -- cgit v1.2.3