diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-25 10:04:43 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-25 10:04:43 +0800 |
commit | 1e5e96f4b0d96a1c763d1f9fd40e491303965083 (patch) | |
tree | d9a3059c3f54ae3197cf86cb8081dcdb23154d95 | |
parent | 543f0609b97c85e271b4cc99734aede95f97b431 (diff) |
configure.ac: Fix bugzilla link
File bugs to the 'unspecified' version of the 'wayland' component. We
currently don't have a 'wayland-protocols' component, and 'wayland' is
the closest there is right now.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 85cc748..08165c0 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ m4_define([wayland_protocols_version], AC_INIT([wayland-protocols], [wayland_protocols_version], - [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=protocols&version=wayland-protocols_version], + [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=unspecified], [wayland-protocols], [http://wayland.freedesktop.org/]) |