aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo L F Walbon <gwalbon@linux.ibm.com>2020-04-07 11:35:42 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-07 20:22:09 +0000
commitc34938d4154529582a3ce0d3bdef0ff52d97adbb (patch)
tree1b42e8affb0db5b5a5a7817fb05aec125da790a6
parent3f24b0ed71ac2a532796e4f065c755d1e92a6858 (diff)
downloadaports-c34938d4154529582a3ce0d3bdef0ff52d97adbb.tar.bz2
aports-c34938d4154529582a3ce0d3bdef0ff52d97adbb.tar.xz
main/xorg-server: Add dependency for xf86-video packages
xf86-video packages are missing the libpciaccess-dev package that was removed in a previous commit 654163e1. Removed the libaccess-dev from the makedepends list because that already exist in the depends_dev list. Signed-off-by: Gustavo L F Walbon <gwalbon@linux.ibm.com> Signed-off-by: Mike Sullivan <mksully22@gmail.com>
-rw-r--r--main/xorg-server/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD
index 5f76cc70f4..6418687b26 100644
--- a/main/xorg-server/APKBUILD
+++ b/main/xorg-server/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xorg-server
pkgver=1.20.8
-pkgrel=0
+pkgrel=1
pkgdesc="X.Org X servers"
url="https://www.x.org/wiki"
arch="all"
@@ -23,6 +23,7 @@ depends_dev="
libepoxy-dev
libxfont2-dev
mesa-dev
+ libpciaccess-dev
"
makedepends="
$depends_dev
@@ -47,7 +48,6 @@ makedepends="
xcb-util-keysyms-dev
xcb-util-renderutil-dev
xcb-util-wm-dev
- libpciaccess-dev
libxdmcp-dev
"
source="https://www.x.org/releases/individual/xserver/xorg-server-$pkgver.tar.bz2