summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-09 13:23:35 -0700
committerMatt Turner <mattst88@gmail.com>2012-09-11 13:57:23 -0700
commit3a4cd45c63671f89bed7b1c9cc518ac028c189d3 (patch)
tree5d6da9c7c29a1ea9d6c0c86203800a18918267cf
parent66f7229838ce725cff0813a9eae02ed452204ad1 (diff)
Add &component=Driver/Neomagic to Bugzilla link
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 29cf772..342b133 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-neomagic],
[1.2.7],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/Neomagic],
[xf86-video-neomagic])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])