summaryrefslogtreecommitdiff
path: root/package/xorg-server
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-06-20 14:13:50 +0200
committerPhil Sutter <phil@nwl.cc>2010-06-20 16:20:40 +0200
commit6753dd303c33fcd2e7ecf35e5d1c785c4726105b (patch)
tree4d5c3de68772c52a5d82564ad28687352b62dd46 /package/xorg-server
parent1d99bed8cd4a9c1fa942bbb094259ffd0ea6985b (diff)
libXaw: fix PKG_template invocation
For the sake of simplicity, we should stick to ${PKG_NAME} here, not the hard-coded lower-case variant of it. This way one has to stick to the original casing of the package name when specifying as dependency, but that's in fact more straight forward than always having to lookup the PKG_template invocation in question.
Diffstat (limited to 'package/xorg-server')
-rw-r--r--package/xorg-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index 5ec3e3aff..17ad6e8b9 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/Makefile
@@ -10,7 +10,7 @@ PKG_MD5SUM:= ba0360b4ec1f6e541b264e45906bf5f2
PKG_DESCR:= Xorg server
PKG_SECTION:= x11
PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile \
- libfontenc xkeyboard-config xkbcomp libxau libxaw \
+ libfontenc xkeyboard-config xkbcomp libxau libXaw \
libxmu libxpm libxrender libxt libxxf86dga libxext \
libxdmcp libxv libsm libice libx11
PKG_BUILDDEP+= libX11 randrproto renderproto fixesproto damageproto \