forked from pool/gnome-control-center
Bjørn Lie
efaefe27eb
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735038 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=424
27 lines
814 B
Diff
27 lines
814 B
Diff
From 1fb8edb9c3734ce108388304af221188be79c400 Mon Sep 17 00:00:00 2001
|
|
From: Mart Raudsepp <leio@gentoo.org>
|
|
Date: Fri, 20 Sep 2019 08:37:42 +0300
|
|
Subject: [PATCH] sound: Remove leftover canberra-gtk header inclusion
|
|
|
|
This may fail to build too, as we don't depend on canberra-gtk anymore,
|
|
and gsound only depends on canberra, not canberra-gtk.
|
|
---
|
|
panels/sound/cc-volume-slider.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/panels/sound/cc-volume-slider.c b/panels/sound/cc-volume-slider.c
|
|
index 9f0610f63..98541e98a 100644
|
|
--- a/panels/sound/cc-volume-slider.c
|
|
+++ b/panels/sound/cc-volume-slider.c
|
|
@@ -20,7 +20,6 @@
|
|
#include <math.h>
|
|
#include <pulse/pulseaudio.h>
|
|
#include <gvc-mixer-control.h>
|
|
-#include <canberra-gtk.h>
|
|
|
|
#include "cc-sound-resources.h"
|
|
#include "cc-volume-slider.h"
|
|
--
|
|
2.22.0
|
|
|