make enlightenment build again for wayland-only
authorChris Michael <cp.michael@samsung.com>
Mon, 26 Jan 2015 13:54:38 +0000 (08:54 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 26 Jan 2015 13:54:38 +0000 (08:54 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_actions.c

index 52725c257c1fd69e90d2207588e1ba77a08be952..a04d492e7614eacb34555d360fbdbea09ef84bf2 100644 (file)
@@ -2902,8 +2902,10 @@ ACT_FN_GO(module_toggle, )
 ACT_FN_GO(screen_redo, __UNUSED__)
 {
    printf("REDOOOOOOOOOOOOOOOOOOOOOOOOOOO\n");
+#ifndef HAVE_WAYLAND_ONLY
    e_randr2_screeninfo_update();
    e_randr2_config_apply();
+#endif
 }
 
 /* local subsystem globals */