diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-08-04 14:23:52 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2006-08-04 14:25:14 -0600 |
commit | 4a29b63925ea8ffa4e220925dd8aca280fd887a7 (patch) | |
tree | b6076c5beb8bb59e934762206f9a161cc40ae5fb /configure.ac | |
parent | 7a49bf6205d77a22b07c785f2cb589abd8671667 (diff) |
PATCH: Add specific support for the OLPC dcon panel
The OLPC dcon panel operates differently then the other panels in the
GX universe.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b6c9734..92fabc3 100644 --- a/configure.ac +++ b/configure.ac @@ -49,8 +49,9 @@ AC_ARG_WITH(xorg-module-dir, [moduledir="$libdir/xorg/modules"]) AC_ARG_ENABLE(geodegx-panel, - AC_HELP_STRING([--enable-geodegx-panel], - [Enable support for flatpanels with the Geode GX]), + AC_HELP_STRING([--disable-geodegx-panel], + [Disable support for flatpanels with the Geode GX]), + [ ], [ AMD_CFLAGS="-DPNL_SUP $AMD_CFLAGS" ]) # Checks for extensions |