From 0ff5c3106437544f61f5280e95c05a5c58c9f2e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 20 Nov 2018 16:38:48 -0300 Subject: [PATCH] recipes: x-apps/icewm: turn off explicit sound support on GUI events by default --- recipes/x-apps/icewm/recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/x-apps/icewm/recipe b/recipes/x-apps/icewm/recipe index 6b8ba4e1..8eb7313d 100644 --- a/recipes/x-apps/icewm/recipe +++ b/recipes/x-apps/icewm/recipe @@ -17,7 +17,7 @@ program=icewm version=1.4.2 -release=1 +release=2 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/x-apps" @@ -57,6 +57,10 @@ build() patch -Np0 -i ${worktree}/patches/icewm/fix-strlcat_strlcpy.patch patch -Np0 -i ${worktree}/patches/icewm/musl.patch + # Note: IceWM has sound support for GUI events, this requires the + # libsndfile dependency, and also has been marked as experimental; + # we turn it to OFF by default. + ./configure CFLAGS="$QICFLAGS" CXXFLAGS="$QICXXFLAGS" \ LDFLAGS="$QILDFLAGS" \ $configure_args \ @@ -67,7 +71,7 @@ build() --docdir=$docsdir \ --enable-shaped-decorations \ --enable-gradients \ - --enable-guievents --with-icesound=ALSA \ + --disable-guievents \ --disable-menus-gnome2 \ --with-x \ --build="$(cc -dumpmachine)" -- 2.11.4.GIT