media-sound/hydrogen: fixed live ebuild

Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2025-10-18 12:15:29 +02:00
parent 04cb216bf5
commit 007d8ee208
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/src/gui/src/Widgets/InlineEdit.h b/src/gui/src/Widgets/InlineEdit.h
index fa06186d1..3d5188791 100644
--- a/src/gui/src/Widgets/InlineEdit.h
+++ b/src/gui/src/Widgets/InlineEdit.h
@@ -23,6 +23,7 @@
#define INLINE_EDIT_H
#include <QLineEdit>
+#include <QKeyEvent>
#include <core/config.h>
#include <core/Object.h>

View File

@@ -49,7 +49,10 @@ BDEPEND="
DOCS=( AUTHORS CHANGELOG.md DEVELOPERS.md README.md )
PATCHES=( "${FILESDIR}/${PN}-1.3.0-cflags.patch" )
PATCHES=(
"${FILESDIR}/${PN}-1.3.0-cflags.patch"
"${FILESDIR}/${PN}-1.3.0-missing-includes.patch"
)
src_configure() {
local mycmakeargs=(