aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libxkbfile/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libxkbfile/APKBUILD')
-rw-r--r--x11/libxkbfile/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libxkbfile/APKBUILD b/x11/libxkbfile/APKBUILD
index fdc45072454..3bf0b439f38 100644
--- a/x11/libxkbfile/APKBUILD
+++ b/x11/libxkbfile/APKBUILD
@@ -5,12 +5,12 @@ pkgrel=0
pkgdesc="X11 keyboard file manipulation library"
url="http://xorg.freedesktop.org/"
license="custom"
-depends="libX11 uclibc"
-makedepends="pkgconfig libX11-dev"
+depends="libx11 uclibc"
+makedepends="pkgconfig libx11-dev"
subpackages="$pkgname-dev"
source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2"
-depends_dev="libX11-dev kbproto"
+depends_dev="libx11-dev kbproto"
build () {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \