aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/extensions/Imakefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-12-29 17:34:36 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-12-29 19:11:50 +0100
commitb768e8124b8c76a7617a51fee56bc85c1d54e8c5 (patch)
tree2c3b9ee077a91d3a6631c22c3ca332926bcaddc9 /nx-X11/include/extensions/Imakefile
parent9618380bde0b1e9bdc757055b378d93cac9d377f (diff)
downloadnx-libs-b768e8124b8c76a7617a51fee56bc85c1d54e8c5.tar.gz
nx-libs-b768e8124b8c76a7617a51fee56bc85c1d54e8c5.tar.bz2
nx-libs-b768e8124b8c76a7617a51fee56bc85c1d54e8c5.zip
Fix for too overall Xdamage and Xrandr client lib removal: Bring back the nx-x11proto-{randr,damage} header files and use those at compile time.
Diffstat (limited to 'nx-X11/include/extensions/Imakefile')
-rw-r--r--nx-X11/include/extensions/Imakefile8
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) \