summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-12-10 11:13:28 -0500
committerZhigang Gong <zhigang.gong@gmail.com>2013-12-16 22:51:07 +0800
commit023de5809520c782730a8baaa57768c70aa65a3d (patch)
tree8c403f7814025df5eb0866bb217f5ba403f18e9c
parent18da2b06f76369dfcc81aaa54603e813f168d509 (diff)
configure.ac: the product in the url should be "xorg"
The component is glamor, but the product is "xorg". Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5246dbb..7646aaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,9 +23,9 @@
# Initialize Autoconf
AC_PREREQ([2.63])
-AC_INIT([glamor-egl],
+AC_INIT([glamor-egl],
[0.5.1],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=glamor],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[glamor-egl])
AC_CONFIG_SRCDIR([Makefile.am])