File: config.py

package info (click to toggle)
soya 0.12-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,580 kB
  • ctags: 20,171
  • sloc: cpp: 45,252; python: 7,241; ansic: 5,226; perl: 273; makefile: 227; sh: 65
file content (21 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- indent-tabs-mode: t -*-

HAVE_OPENGL = 1
OPENGL_INCDIR = ''
OPENGL_LIB = 'GL'
OPENGL_LIBDIR = ''

HAVE_SDL = 1
SDL_INCDIR = ''
SDL_LIB = 'SDL'
SDL_LIBDIR = ''

HAVE_FREETYPE2 = 1
FREETYPE2_INCDIR = ''
FREETYPE2_LIB = 'freetype'
FREETYPE2_LIBDIR = ''

HAVE_CAL3D = 1
CAL3D_INCDIR = ''
CAL3D_LIB = 'cal3d'
CAL3D_LIBDIR = ''