diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-12-10 11:13:28 -0500 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@gmail.com> | 2013-12-16 22:51:07 +0800 |
commit | 023de5809520c782730a8baaa57768c70aa65a3d (patch) | |
tree | 8c403f7814025df5eb0866bb217f5ba403f18e9c | |
parent | 18da2b06f76369dfcc81aaa54603e813f168d509 (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.ac | 4 |
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]) |