Code

meson.build: Set ENABLE_COLORS
authorColin Benner <colin@yzhs.de>
Thu, 7 Sep 2017 09:12:29 +0000 (11:12 +0200)
committerColin Benner <colin@yzhs.de>
Thu, 7 Sep 2017 09:12:29 +0000 (11:12 +0200)
meson.build

index 600b57324f8dc02a8e7aa616e8931bf5e4463438..faaa2c6df78a336f73728e4d76aef82944782635 100644 (file)
@@ -142,6 +142,8 @@ else
 endif
 conf.set('ENABLE_LIRC', enable_lirc)
 
+conf.set('ENABLE_COLORS', curses_color)
+
 common_cflags = [
 ]