mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
68774316ca
commit
829e99fd7a
2 changed files with 7 additions and 3 deletions
|
@ -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 ..
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue