Code

meson.build: Set ENABLE_COLORS
[ncmpc.git] / 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 = [
 ]