diff options
Diffstat (limited to 'nx-X11/include/extensions/Imakefile')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index c31e8531f..04c13cdb5 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -38,6 +38,9 @@ FONTCACHEHEADERS = fontcache.h fontcacheP.h fontcachstr.h #if BuildXinerama || BuildXineramaLibrary XINERAMAHEADERS = Xinerama.h panoramiXext.h panoramiXproto.h #endif +#if BuildRandR +RANDRHEADERS = randr.h randrproto.h +#endif #if BuildRender RENDERHEADERS = render.h renderproto.h #endif @@ -47,6 +50,9 @@ XFIXESHEADERS = xfixeswire.h xfixesproto.h #if BuildComposite COMPOSITEHEADERS = composite.h compositeproto.h #endif +#if BuildDamage +DAMAGEHEADERS = damagewire.h damageproto.h +#endif #if BuildXTrap XTRAPHEADERS = xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h \ xtraplibp.h xtrapproto.h @@ -69,9 +75,11 @@ EXTRAHEADERS = \ $(XVHEADERS) \ $(XVMCHEADERS) \ $(FONTCACHEHEADERS) \ + $(RANDRHEADERS) \ $(RENDERHEADERS) \ $(XFIXESHEADERS) \ $(COMPOSITEHEADERS) \ + $(DAMAGEHEADERS) \ $(XEVIEHEADERS) \ $(XTRAPHEADERS) \ $(XRESHEADERS) \ |