diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-26 00:25:43 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 13:23:05 +0000 |
commit | 402689cc98d4a76a4eb5bc0f469f7b85553976f9 (patch) | |
tree | 7c7b09d167be45f857381f0f9f997ce057890e20 /testing/mutter | |
parent | d8c57ecb506654ed1f892f854509de01a134e3a9 (diff) | |
download | aports-402689cc98d4a76a4eb5bc0f469f7b85553976f9.tar.bz2 aports-402689cc98d4a76a4eb5bc0f469f7b85553976f9.tar.xz |
testing/mutter: remove duplicate dependency
Closes GH-8114
Diffstat (limited to 'testing/mutter')
-rw-r--r-- | testing/mutter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mutter/APKBUILD b/testing/mutter/APKBUILD index 6c2afcc521..b4cc4cbced 100644 --- a/testing/mutter/APKBUILD +++ b/testing/mutter/APKBUILD @@ -13,7 +13,7 @@ makedepends="gnome-desktop-dev libcanberra-dev upower-dev json-glib-dev libgudev-dev libinput-dev gnome-common itstool libxml2-utils libxcomposite-dev libxdamage-dev elogind-dev meson py3-setuptools gnome-settings-daemon-dev libice-dev libsm-dev startup-notification-dev - xorg-server xorg-server-xwayland" + xorg-server" options="!check" # Can't be run with release builds subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz |