Commit 35e8c02d authored by Ulrich Sibiller's avatar Ulrich Sibiller

ensure that <X11/..> headers references use nx-X11 files if existing

System headers including other headers via <X11/..> now use the nx-X11 variant (if existing). With this patch in place we should think about dropping the <nx-X11/..> namespace now for includes. Fixes ArcticaProject/nx-libs#200.
parent a906bf0f
......@@ -56,6 +56,12 @@ all::
BuildIncludes($(HEADERS),nx-X11,..)
includes::
-$(RM) $(BUILDINCDIR)/X11
-$(LN) nx-X11 $(BUILDINCDIR)/X11
#if BuildLibraries
InstallMultipleFlags($(HEADERS),$(INCDIR)/nx-X11,$(INSTINCFLAGS))
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment