diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-02 21:54:12 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-06-02 21:54:12 +0200 |
commit | b5d78278debb1006eaf63d460f9bd6082fa3f860 (patch) | |
tree | 478fe2034ac0330811f9d4a396295c12e6a87977 /nx-X11/lib/Imakefile | |
parent | 167d09ed740529bc43c1b32a34e80be12c6eb257 (diff) | |
parent | 6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c (diff) | |
download | nx-libs-b5d78278debb1006eaf63d460f9bd6082fa3f860.tar.gz nx-libs-b5d78278debb1006eaf63d460f9bd6082fa3f860.tar.bz2 nx-libs-b5d78278debb1006eaf63d460f9bd6082fa3f860.zip |
Merge branch 'sunweaver-pr/libxres-cleanup' into arctica-3.6.x
Attributes GH PR #39: https://github.com/ArcticaProject/nx-libs/pull/39
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 3e58dfecb..76dfb8359 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -39,10 +39,6 @@ XF86RUSHLIBDIR = Xxf86rush XINERAMADIR=Xinerama #endif -#if BuildXResLibrary -XRESLIBDIR = XRes -#endif - #if BuildGLXLibrary GLXLIBDIR = GL #endif @@ -99,7 +95,6 @@ LINTSUBDIRS = \ $(GLXLIBDIR) \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ - $(XRESLIBDIR) \ $(XFIXESLIBDIR) \ $(COMPOSITELIBDIR) \ $(NULL) |