File: rules

package info (click to toggle)
glitz 0.5.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,404 kB
  • ctags: 2,260
  • sloc: ansic: 15,966; sh: 8,858; makefile: 187
file content (13 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

# AGL is for OSX
# EGL is ?
# WGL is for Windows
DEB_CONFIGURE_USER_FLAGS= \
  --enable-glx \
  --disable-agl \
  --disable-egl \
  --disable-wgl