cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'
This commit is contained in:
committed by
Kristian Høgsberg
parent
b9f1c5248b
commit
2379a65c9f
+1
-1
@@ -478,7 +478,7 @@ colord_cms_output_destroy(gpointer data)
|
|||||||
|
|
||||||
WL_EXPORT int
|
WL_EXPORT int
|
||||||
module_init(struct weston_compositor *ec,
|
module_init(struct weston_compositor *ec,
|
||||||
int *argc, char *argv[], const char *config_file)
|
int *argc, char *argv[])
|
||||||
{
|
{
|
||||||
gboolean ret;
|
gboolean ret;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user