External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.2KB

  1. From ba34a58b32839491335b5bcbda46e11c4b209cbc Mon Sep 17 00:00:00 2001
  2. From: Alexandros Theodotou <alex@zrythm.org>
  3. Date: Fri, 12 Feb 2021 07:52:56 +0000
  4. Subject: [PATCH] Add missing LV2_CORE__enabled define
  5. ---
  6. lv2/core/lv2.h | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h
  9. index 82bc7ab8..783fe864 100644
  10. --- a/lv2/core/lv2.h
  11. +++ b/lv2/core/lv2.h
  12. @@ -105,6 +105,7 @@
  13. #define LV2_CORE__default LV2_CORE_PREFIX "default" ///< http://lv2plug.in/ns/lv2core#default
  14. #define LV2_CORE__designation LV2_CORE_PREFIX "designation" ///< http://lv2plug.in/ns/lv2core#designation
  15. #define LV2_CORE__documentation LV2_CORE_PREFIX "documentation" ///< http://lv2plug.in/ns/lv2core#documentation
  16. +#define LV2_CORE__enabled LV2_CORE_PREFIX "enabled" ///< http://lv2plug.in/ns/lv2core#enabled
  17. #define LV2_CORE__enumeration LV2_CORE_PREFIX "enumeration" ///< http://lv2plug.in/ns/lv2core#enumeration
  18. #define LV2_CORE__extensionData LV2_CORE_PREFIX "extensionData" ///< http://lv2plug.in/ns/lv2core#extensionData
  19. #define LV2_CORE__freeWheeling LV2_CORE_PREFIX "freeWheeling" ///< http://lv2plug.in/ns/lv2core#freeWheeling