File: config.make-Linux

package info (click to toggle)
tig 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,188 kB
  • sloc: ansic: 36,941; sh: 10,934; makefile: 394
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Example configuration for Linux.
#
# Use ncursesw.

TIG_NCURSES = -lncursesw
TIG_CPPFLAGS = -DHAVE_NCURSESW_CURSES_H

# vim: ft=make: