use correct wayland ifdef for E_Client uuid generation
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 13 Mar 2015 21:29:34 +0000 (17:29 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 13 Mar 2015 21:29:34 +0000 (17:29 -0400)
src/bin/e_client.c

index 807872e..ae97102 100644 (file)
@@ -2418,7 +2418,7 @@ e_client_new(E_Pixmap *cp, int first_map, int internal)
    if (!ec) return NULL;
    e_object_del_func_set(E_OBJECT(ec), E_OBJECT_CLEANUP_FUNC(_e_client_del));
 
-#ifdef HAVE_WAYLAND_CLIENTS
+#ifdef HAVE_WAYLAND
    uuid_generate(ec->uuid);
 #endif