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 /Xext | |
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 'Xext')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 4f91254a4..15cbdab61 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -103,7 +103,7 @@ endif # DPMS extension DPMS_SRCS = dpms.c dpmsproc.h if DPMSExtension -MODULE_SRCS += $(DPMS_SRCS) +BUILTIN_SRCS += $(DPMS_SRCS) endif # Now take all of the above, mix well, bake for 10 minutes and get libXext*.la |