mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/snapd-glib: backport patch for installing missing header
Closes: https://bugs.gentoo.org/957104 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
6620406c7280a1f56b53151131350050df8d24af
|
||||
--- a/snapd-qt/meson.build
|
||||
+++ b/snapd-qt/meson.build
|
||||
@@ -113,6 +113,7 @@ source_h = [
|
||||
'Snapd/task-data.h',
|
||||
'Snapd/user-information.h',
|
||||
'Snapd/wrapped-object.h',
|
||||
+ 'Snapd/snapdqt_global.h',
|
||||
]
|
||||
|
||||
source_alias_h = [
|
||||
@@ -49,6 +49,11 @@ RDEPEND="${DEPEND}
|
||||
app-containers/snapd
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
# https://github.com/canonical/snapd-glib/commit/6620406c7280a1f56b53151131350050df8d24af
|
||||
"${FILESDIR}/${P}-install-missing-header.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
vala_setup
|
||||
}
|
||||
Reference in New Issue
Block a user