summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moreau <oreaus@gmail.com>2013-02-13 14:29:35 -0700
committerKristian Høgsberg <krh@bitplanet.net>2013-02-14 16:03:29 -0500
commit435a8f0fc9520620c01122f93e8352bdc8c443bb (patch)
tree3b9399bf7c6ddc2f12862478845d9d1f5840dc32
parent48a9160426f305ce1593b271f2cbcf3ab68d5462 (diff)
downloadweston-435a8f0fc9520620c01122f93e8352bdc8c443bb.tar.gz
configure.ac: Change bugs.freedesktop.org product to Wayland
Update the bug link. Thanks to Rune K. Svendsen for spotting this. https://bugs.freedesktop.org/show_bug.cgi?id=60818 Conflicts: configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 120185bd..a1d82be4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.64])
AC_INIT([weston],
[1.0.4],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=weston],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston],
[weston],
[http://wayland.freedesktop.org/])