Move XRes from extmod to built-in
Always build XRes 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>
This commit is contained in:
committed by
Keith Packard
parent
ba21fc2958
commit
7d859bd878
@@ -104,7 +104,7 @@ extern void RecordExtensionInit(void);
|
||||
extern Bool noRenderExtension;
|
||||
extern void RenderExtensionInit(void);
|
||||
|
||||
#if defined(RES) && !defined(XorgLoader)
|
||||
#if defined(RES)
|
||||
#include <X11/extensions/XResproto.h>
|
||||
extern Bool noResExtension;
|
||||
extern void ResExtensionInit(void);
|
||||
|
||||
Reference in New Issue
Block a user