updates for xorg-server 1.10.3

This commit is contained in:
mrg 2011-08-02 07:44:39 +00:00
parent d31eb33ea1
commit e740c47eb7

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.x11.mk,v 1.100 2011/07/24 01:40:40 mrg Exp $
# $NetBSD: bsd.x11.mk,v 1.101 2011/08/02 07:44:39 mrg Exp $
.include <bsd.init.mk>
@ -130,13 +130,13 @@ X11FLAGS.LOADABLE= -DXFree86LOADER -DIN_MODULE -DXFree86Module \
.if ${X11FLAVOUR} == "Xorg"
XVENDORNAMESHORT= '"X.Org"'
XVENDORNAME= '"The X.Org Foundation"'
XORG_RELEASE= '"Release 1.9.2"'
XORG_RELEASE= '"Release 1.10.3"'
__XKBDEFRULES__= '"xorg"'
XLOCALE.DEFINES= -DXLOCALEDIR=\"${X11LIBDIR}/locale\" \
-DXLOCALELIBDIR=\"${X11LIBDIR}/locale\"
# XXX oh yeah, fix me later
XORG_VERSION_CURRENT="(((1) * 10000000) + ((9) * 100000) + ((5) * 1000) + 0)"
XORG_VERSION_CURRENT="(((1) * 10000000) + ((10) * 100000) + ((3) * 1000) + 0)"
.endif
PRINT_PACKAGE_VERSION= awk '/^PACKAGE_VERSION=/ { \