mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/hydrogen: fixed live ebuild
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user