diff options
author | Tomas Carnecky <tom@dbservice.com> | 2012-07-10 02:03:01 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-09 23:28:36 -0700 |
commit | bf61bf69b2b4f9e9993ca771de100079c7696bea (patch) | |
tree | 14368012cd4812cf5c8e90b293de49a9100468f8 /mi | |
parent | d785368e0e171080fea5447c87e81c93f515ff21 (diff) |
Move DBE from an external module to built-in
If DBE support is compiled in the server, just man up and build it into
the server, rather than having it as an external module.
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 7b5eef6f4..6c1a055f8 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -397,6 +397,9 @@ static ExtensionModule staticExtensions[] = { #ifdef DAMAGE {DamageExtensionInit, "DAMAGE", &noDamageExtension, NULL}, #endif +#ifdef DBE + {DbeExtensionInit, "DOUBLE-BUFFER", &noDbeExtension, NULL}, +#endif }; /*ARGSUSED*/ void |