From ac6d9b45093f6d304a4d32271e3636b51ccd5a47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Jul 2007 18:43:57 +0000 Subject: Distcheck fixes. Fix LV2 plugin building. Hopefully actually link against local libraries for real this time honest. Fix building w/o SLV2. Though why, I don't know ;). git-svn-id: http://svn.drobilla.net/lad/ingen@627 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/PatchCanvas.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libs/gui/PatchCanvas.hpp') diff --git a/src/libs/gui/PatchCanvas.hpp b/src/libs/gui/PatchCanvas.hpp index 06126334..6eba024a 100644 --- a/src/libs/gui/PatchCanvas.hpp +++ b/src/libs/gui/PatchCanvas.hpp @@ -18,6 +18,8 @@ #ifndef PATCHCANVAS_H #define PATCHCANVAS_H +#include "../../../../config/config.h" + #include #include #include @@ -86,9 +88,12 @@ private: void menu_new_patch(); void menu_load_patch(); void load_plugin(SharedPtr plugin); + +#ifdef HAVE_SLV2 void build_plugin_menu(); size_t build_plugin_class_menu(Gtk::Menu* menu, SLV2PluginClass plugin_class, SLV2PluginClasses classes); +#endif MetadataMap get_initial_data(); -- cgit v1.2.1