summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-22 19:24:42 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-26 08:56:51 -0300
commite7c972c0289f2006cb631339466d52d7a555dcae (patch)
treeafb2859ed88637dbd388db706c3beb1b7fd85683 /.gitlab-ci.yml
parent161a1579a84ab19a2d90186048a1f40a1a42e97e (diff)
downloadgnome-bluetooth-e7c972c0289f2006cb631339466d52d7a555dcae.tar.gz
settings: Replace canberra-gtk by to gsound
Mainly to reduce the number of GTK3 dependencies before actually start porting the library. Fortunately, the usage of libcanberra-gtk by gnome-bluetooth is rather trivial, so porting to gsound is just a few lines of code away. Replace canberra-gtk by gsound, adjust the build system to reflect that, and update the CI file to install gsound-devel instead of libcanberra-devel.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ec39f7c..9f7d6813 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
gobject-introspection-devel
gtk3-devel
systemd-devel
- libcanberra-devel
+ gsound-devel
libnotify-devel
meson
redhat-rpm-config