mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 04:08:02 +02:00
Set OSNAME for "Build Operating System" line in Xorg log
This commit is contained in:
parent
005a9cf1f5
commit
c83772fef7
1 changed files with 4 additions and 0 deletions
|
|
@ -132,6 +132,10 @@ esac
|
|||
|
||||
REQUIRED_MODULES="randrproto renderproto fixesproto damageproto xextproto xfont xproto xtrans xau xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto"
|
||||
|
||||
OSNAME=`uname -srm`
|
||||
AC_DEFINE_UNQUOTED(OSNAME, "$OSNAME",
|
||||
[Define to OS Name string to display for build OS in Xorg log])
|
||||
|
||||
DEFAULT_VENDOR_STRING="X.Org"
|
||||
DEFAULT_VENDOR_RELEASE="$PACKAGE_VERSION"
|
||||
# e.g. 6.9.99.1 -> 6,9,99,1,0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue