diff options
author | Tomas Carnecky <tom@dbservice.com> | 2012-07-10 02:03:04 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-09 23:28:36 -0700 |
commit | ba21fc29587e4f11320b88a70433beb1fe22cdf3 (patch) | |
tree | 0993f94f1c871ad98064b65aedfe1b6a4254d8b7 /mi | |
parent | 3ed2c6e11298c4299042cfe4578f6cc02e441d58 (diff) |
Move DPMS from extmod to built-in
Always build DPMS support into the core server, rather than letting it
languish in extmod.
Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miinitext.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index 0b4a4cf0f..6aee7c177 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -406,6 +406,9 @@ static ExtensionModule staticExtensions[] = { #ifdef XRECORD {RecordExtensionInit, "RECORD", &noTestExtensions, NULL}, #endif +#ifdef DPMSExtension + {DPMSExtensionInit, DPMSExtensionName, &noDPMSExtension, NULL}, +#endif }; /*ARGSUSED*/ void |