summaryrefslogtreecommitdiff
path: root/media-sound/qtractor/files/qtractor-0.9.20-include-QWindow.patch
blob: 8809311b1c544fb2595292f4a0638e989d3668d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From f6f6742e8318dfaa678734b3c3d00da510aeb017 Mon Sep 17 00:00:00 2001
From: rncbc <rncbc@rncbc.org>
Date: Sat, 13 Feb 2021 00:06:31 +0000
Subject: [PATCH] - Fixed FTBFS when native LV2 UI GTK2 support is disabled.

---
 src/qtractorLv2Plugin.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/qtractorLv2Plugin.h b/src/qtractorLv2Plugin.h
index 36d37c62a..ea2c37d1c 100644
--- a/src/qtractorLv2Plugin.h
+++ b/src/qtractorLv2Plugin.h
@@ -65,9 +65,7 @@ class qtractorLv2Worker;
 #include "lv2_external_ui.h"
 #endif
 #if QT_VERSION >= QT_VERSION_CHECK(5, 1, 0)
-#ifdef CONFIG_LV2_UI_GTK2
 #include <QWindow>
-#endif	// CONFIG_LV2_UI_GTK2
 #endif
 // LV2 UI Request-value support (FAKE).
 #ifdef  CONFIG_LV2_UI_REQ_VALUE_FAKE