summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2011-07-19Add configure option for using new JBT6k74 sysfs codesThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-06-28Rationalise and fix KMS enable/disable configure optionThomas White
2009-10-29Add DRM librariesThomas White
2009-10-28Make compilation of KMS parts optionalThomas White
Configure with --enable-kms to enable the KMS parts. With this option, the driver will include both traditional (fbdev-based) and KMS drivers, and will choose between the two at runtime depending on the kernel. Without this option, the driver will be exactly as the traditional driver.
2009-08-21Use $PKG_CONFIG instead of pkg-configThomas White
This un-breaks cross-compilation in certain cases.
2009-07-22Just backing up progressThomas White
2009-07-05Implement support for engine ioctls. The glamo Xorg driver should only touchLars-Peter Clausen
cmdq or 2d registers, so we enable/disable engines through framebuffer ioctls. This needs support from the kernel side.
2009-02-26No PCI here...Lars-Peter Clausen
2009-02-25Make the path to the sysfs state file for the jbt6k47 display driverLars-Peter Clausen
configurable. It can either be set at configure time with --with-jbt6k47-state-path=PATH. Or at runtime in the xorg.conf device section. The option name is StatePath.
2008-11-18fbdev.c : rename to glamo.c and correct .ac/.am filesGraeme Gregory
2008-11-17creating xora/xora-driverGraeme Gregory