mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 01:48:01 +02:00
Add README with pointers to mailing lists, bugzilla, & git
Also correct INSTALL to list the right extension name Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
5092125232
commit
39d4e91171
2 changed files with 26 additions and 10 deletions
4
INSTALL
4
INSTALL
|
|
@ -1,6 +1,6 @@
|
|||
Render is built with the traditional configure script:
|
||||
xfixesproto is built with the traditional configure script:
|
||||
|
||||
$ ./configure --prefix=/usr/X11R6
|
||||
$ ./configure --prefix=/usr
|
||||
|
||||
This should generate valid Makefiles, then:
|
||||
|
||||
|
|
|
|||
32
README
32
README
|
|
@ -1,10 +1,26 @@
|
|||
RandR
|
||||
X RandR Extension
|
||||
Version 1.0
|
||||
2002-10-4
|
||||
|
||||
This package contains header files and documentation for the X RandR
|
||||
This package contains header files and documentation for the XFIXES
|
||||
extension. Library and server implementations are separate.
|
||||
|
||||
Keith Packard
|
||||
keithp@keithp.com
|
||||
All questions regarding this software should be directed at the
|
||||
Xorg mailing list:
|
||||
|
||||
http://lists.freedesktop.org/mailman/listinfo/xorg
|
||||
|
||||
Please submit bug reports to the Xorg bugzilla:
|
||||
|
||||
https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
|
||||
|
||||
The master development code repository can be found at:
|
||||
|
||||
git://anongit.freedesktop.org/git/xorg/proto/fixesproto
|
||||
|
||||
http://cgit.freedesktop.org/xorg/proto/fixesproto
|
||||
|
||||
For patch submission instructions, see:
|
||||
|
||||
http://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
||||
|
||||
For more information on the git code manager, see:
|
||||
|
||||
http://wiki.x.org/wiki/GitPage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue