diff options
Diffstat (limited to 'main/libxkbfile/APKBUILD')
-rw-r--r-- | main/libxkbfile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxkbfile/APKBUILD b/main/libxkbfile/APKBUILD index ac8e5644f9..dba538cd2b 100644 --- a/main/libxkbfile/APKBUILD +++ b/main/libxkbfile/APKBUILD @@ -7,7 +7,7 @@ url="http://xorg.freedesktop.org/" arch="all" license="custom" depends= -makedepends="pkgconfig libx11-dev" +makedepends="libx11-dev" subpackages="$pkgname-dev" source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2" |