[Lunar-commits] <moonbase> texlive: added CONFIGURE --without-x

Duncan Gibson engelsman at lunar-linux.org
Fri Nov 26 23:55:23 CET 2010


commit fda671125b1aac4a06a6790e21d913c9a3099467
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Fri Nov 26 23:55:23 2010 +0100

    texlive: added CONFIGURE --without-x
    
    I added a configure script which asks whether to use X or not
    texlive "assumes" X is there even if its not (I don't use X) and
    it failed to build
    the configure script sets --without-x explicitly and the build worked
    on my box ... I don't know how texlive handles --without-x exactly ...
    it may be that certain x-depending modules will not be built with the
    --without-x flag
---
 zbeta/texlive/CONFIGURE |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/zbeta/texlive/CONFIGURE b/zbeta/texlive/CONFIGURE
new file mode 100644
index 0000000..0191ba6
--- /dev/null
+++ b/zbeta/texlive/CONFIGURE
@@ -0,0 +1 @@
+mquery DONT_USE_X "Do not use X? (e.g. for framebuffer builds)" n "--without-x" ""


More information about the Lunar-commits mailing list