desktop/mutter: Disable building tests.

Disabling tests in the mutter slackbuild will allow mutter to eventually
drop the dependency on xvfb-run.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2024-05-11 20:17:30 -05:00 committed by Willy Sudiarto Raharjo
parent 68774316ca
commit 829e99fd7a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 3 deletions

View file

@ -21,12 +21,15 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Modified May 9, 2024 - Disable building tests to drop the
# xvfb-run dependency.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mutter
VERSION=${VERSION:-41.9}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -94,7 +97,8 @@ cd build
--sysconfdir=/etc \
-Dstrip=true \
-Dprofiler=false \
-Dsystemd=false
-Dsystemd=false \
-Dtests=false
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd ..

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/mutter/41/mutter-41.9.tar.xz"
MD5SUM="450ca77637be962cb8bd35bd1c3dec98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-settings-daemon xvfb-run"
REQUIRES="gnome-settings-daemon"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"