diff options
author | Matt Turner <mattst88@gmail.com> | 2010-12-04 13:11:00 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2010-12-04 13:11:00 -0500 |
commit | 1b193cba02b6ca3e27bb72facaffcdd5fe57ba09 (patch) | |
tree | 5d2d90092ed8d02c64a7caca317bad3cb2cd348f | |
parent | c34858ad8a7e6929ef5a432ff141d0ebb28c6874 (diff) |
Add &component=Driver/glint to Bugzilla link
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ xf86-video-glint - GLINT/Permedia video driver for the Xorg X server Please submit bugs & patches to the Xorg bugzilla: - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/glint All questions regarding this software should be directed at the Xorg mailing list: diff --git a/configure.ac b/configure.ac index 632ac8b..ffbca35 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-glint], [1.2.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/glint], [xf86-video-glint]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |