diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-05-25 23:23:22 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-05-25 23:23:22 +0200 |
commit | 230852e0e77985e1d62593fe393059dc0053c043 (patch) | |
tree | 81f6948179dffd3f28bb01569e1775abf1a7eaba /nx-X11/lib/Imakefile | |
parent | 608ee99284dc92e3751ba1ceb2fc5c5ac610f3ec (diff) | |
parent | a6185abd93143524eaddd617ad2cc20a4bd198f0 (diff) | |
download | nx-libs-230852e0e77985e1d62593fe393059dc0053c043.tar.gz nx-libs-230852e0e77985e1d62593fe393059dc0053c043.tar.bz2 nx-libs-230852e0e77985e1d62593fe393059dc0053c043.zip |
Merge branch 'sunweaver-pr/libxrandr-cleanup' into arctica-3.6.x
Attributes GH PR #21: https://github.com/ArcticaProject/nx-libs/pull/21
Diffstat (limited to 'nx-X11/lib/Imakefile')
-rw-r--r-- | nx-X11/lib/Imakefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 13dc8ac73..3e58dfecb 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -51,10 +51,6 @@ GLXLIBDIR = GL RENDERLIBDIR = Xrender #endif -#if BuildRandRLibrary -RANDRLIBDIR = Xrandr -#endif - #if BuildXfixesLibrary XFIXESLIBDIR = Xfixes #endif @@ -103,7 +99,6 @@ LINTSUBDIRS = \ $(GLXLIBDIR) \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ - $(RANDRLIBDIR) \ $(XRESLIBDIR) \ $(XFIXESLIBDIR) \ $(COMPOSITELIBDIR) \ |