From c3972475acefc26810a6ee644d3f029be01abf75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 29 Mar 2020 21:25:01 +0200 Subject: [PATCH] qtractor: Fix suil-patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overlooked that variables were renamed causing options to be not enabled properly. Signed-off-by: Andreas Müller --- .../0002-do-nor-try-run-for-suil-libs-detection.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-musicians/rncbc/qtractor/0002-do-nor-try-run-for-suil-libs-detection.patch b/recipes-musicians/rncbc/qtractor/0002-do-nor-try-run-for-suil-libs-detection.patch index 4cbac30..2ecd1bf 100644 --- a/recipes-musicians/rncbc/qtractor/0002-do-nor-try-run-for-suil-libs-detection.patch +++ b/recipes-musicians/rncbc/qtractor/0002-do-nor-try-run-for-suil-libs-detection.patch @@ -27,7 +27,7 @@ index a582410f..0dbfc4f5 100644 - int main() { return !suil_ui_supported(LV2_UI__Qt5UI, LV2_UI__GtkUI); } - ], ac_cv_libsuil_gtk2_in_qt5="yes", ac_cv_libsuil_gtk2_in_qt5="no") - ]) -+ ac_cv_suil_gtk2_in_qt5="yes" ++ ac_cv_libsuil_gtk2_in_qt5="yes" if test "x$ac_cv_libsuil_gtk2_in_qt5" = "xyes"; then AC_DEFINE(CONFIG_LIBSUIL_GTK2_IN_QT5, 1, [Define if libsuil_gtk2_in_qt5 is available.]) # ac_lv2_ui_gtk2="no" @@ -46,7 +46,7 @@ index a582410f..0dbfc4f5 100644 - int main() { return !suil_ui_supported(LV2_UI__Qt5UI, LV2_UI__X11UI); } - ], ac_cv_libsuil_x11_in_qt5="yes", ac_cv_libsuil_x11_in_qt5="no") - ]) -+ ac_cv_suil_x11_in_qt5="yes" ++ ac_cv_libsuil_x11_in_qt5="yes" if test "x$ac_cv_libsuil_x11_in_qt5" = "xyes"; then AC_DEFINE(CONFIG_LIBSUIL_X11_IN_QT5, 1, [Define if libsuil_x11_in_qt5 is available.]) # ac_lv2_ui_x11="no"