mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/gnome-color-manager: fix build without libcanberra[gtk]
Closes: https://bugs.gentoo.org/733302 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
From 66aea36411477f284fa8a379b3bde282385d281c Mon Sep 17 00:00:00 2001
|
||||
From: Jan Tojnar <jtojnar@gmail.com>
|
||||
Date: Wed, 8 Apr 2020 16:41:32 +0200
|
||||
Subject: [PATCH] Remove forgotten libcanberra include
|
||||
|
||||
---
|
||||
src/gcm-viewer.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
|
||||
index 77463af5..d778877d 100644
|
||||
--- a/src/gcm-viewer.c
|
||||
+++ b/src/gcm-viewer.c
|
||||
@@ -12,7 +12,6 @@
|
||||
#include <gdk/gdkx.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <locale.h>
|
||||
-#include <canberra-gtk.h>
|
||||
#include <colord.h>
|
||||
#include <math.h>
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
@@ -30,6 +30,10 @@ BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PV}-remove-libcanberra-include.patch # should be in next upstream release
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
# Always enable tests since they are check_PROGRAMS anyway
|
||||
local emesonargs=(
|
||||
|
||||
Reference in New Issue
Block a user