[Wayland-bugs] [Bug 64640] cms-colord doesn't build
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 15 08:42:54 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=64640
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Kristian Høgsberg <krh at bitplanet.net> ---
Thanks. Just committed Richards patch from the list to master:
commit 2379a65c9fb713280a7dc279953967c9ff1b4aca
Author: Richard Hughes <hughsient at gmail.com>
Date: Wed May 15 09:17:37 2013 +0100
cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'
diff --git a/src/cms-colord.c b/src/cms-colord.c
index 33f23b2..af6b5fa 100644
--- a/src/cms-colord.c
+++ b/src/cms-colord.c
@@ -478,7 +478,7 @@ colord_cms_output_destroy(gpointer data)
WL_EXPORT int
module_init(struct weston_compositor *ec,
- int *argc, char *argv[], const char *config_file)
+ int *argc, char *argv[])
{
gboolean ret;
GError *error = NULL;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130515/63e48e3f/attachment.html>
More information about the Wayland-bugs
mailing list