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 /include | |
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 'include')
-rw-r--r-- | include/extinit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extinit.h b/include/extinit.h index 61768b08a..4d8aef574 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -72,7 +72,7 @@ extern void DbeExtensionInit(void); extern void DMXExtensionInit(void); #endif -#if defined(DPMSExtension) && !defined(XorgLoader) +#if defined(DPMSExtension) #include <X11/extensions/dpmsconst.h> extern Bool noDPMSExtension; extern void DPMSExtensionInit(void); |