summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorLuke from DC <[email protected]>2023-07-05 20:03:48 +0000
committerGitHub <[email protected]>2023-07-05 20:03:48 +0000
commit053c2360959db9978f7d8989c467ccf6b7780142 (patch)
tree5aeadd9cf1f5428d5bd9ab3619cf0f6b712284f1 /.build.yml
parent4e1ddb28915a5789ae31e8912ad995fb4a0af293 (diff)
downloadmate-media-053c2360959db9978f7d8989c467ccf6b7780142.tar.bz2
mate-media-053c2360959db9978f7d8989c467ccf6b7780142.tar.xz
position popup slider properly in wayland and make wayland optional (#196)
* Wayland: fix position of volume slider using GtkLayerShell edge and margin settings *Unused edge anchors and margins set to zero to avoid glitches when orientation changes * Build options: *(default) out of process, no wayland support as wayland support is experimental *in-process, no wayland support (--enable-in-process --disable-wayland) * wayland dependencies not checked for or used *in-process with wayland support (--enable-wayland also calls --in-process) * wayland dependencies checked for and required
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index a6dd818..7322cea 100644
--- a/.build.yml
+++ b/.build.yml
@@ -29,6 +29,7 @@ requires:
- libcanberra-gtk3-dev
- libglib2.0-dev
- libgtk-3-dev
+ - libgtk-layer-shell-dev
- libmate-desktop-dev
- libmate-panel-applet-dev
- libmatemixer-dev
@@ -46,6 +47,7 @@ requires:
- desktop-file-utils
- git
- gtk3-devel
+ - gtk-layer-shell-devel
- libmatemixer-devel
- libxml2-devel
- libcanberra-devel
@@ -65,6 +67,7 @@ requires:
- libcanberra-gtk3-dev
- libglib2.0-dev
- libgtk-3-dev
+ - libgtk-layer-shell-dev
- libmate-desktop-dev
- libmate-panel-applet-dev
- libmatemixer-dev