~jtaylor/ubuntu/oneiric/soya/fix-780305

« back to all changes in this revision

Viewing changes to config.py

  • Committer: Bazaar Package Importer
  • Author(s): Marc Dequènes (Duck)
  • Date: 2005-01-30 09:55:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050130095506-f21p6v6cgaobhn5j
Tags: 0.9.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
FREETYPE2_LIB = 'freetype'
14
14
FREETYPE2_LIBDIR = ''
15
15
 
16
 
HAVE_LIBPNG = 1
17
 
LIBPNG_INCDIR = ''
18
 
LIBPNG_LIB = 'png'
19
 
LIBPNG_LIBDIR = ''
20
 
 
21
16
HAVE_CAL3D = 1
22
17
CAL3D_INCDIR = ''
23
18
CAL3D_LIB = 'cal3d'