From 11d44ba72af8bc9167d6800ba680daf81729f1d6 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Tue, 20 Sep 2011 06:14:11 -0700 Subject: [PATCH] use glib mainloop by default --- xwords4/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index e91e4af22..9be2e4f46 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -33,7 +33,7 @@ endif # CC = llvm-gcc DO_CURSES = -DPLATFORM_NCURSES -# DO_CURSES += -DUSE_GLIBLOOP +DO_CURSES += -DUSE_GLIBLOOP ifdef CURSES_SMALL_SCREEN DO_CURSES += -DCURSES_SMALL_SCREEN endif