]> git.ozlabs.org Git - petitboot/blobdiff - utils/ps3-kboot-0.1-petitboot.patch
Use --disable-x11 for configuring libtwin in kboot.
[petitboot] / utils / ps3-kboot-0.1-petitboot.patch
index 61d4979d694e271bb4a5390488513c0f7fae99d4..651f5480ebd845d8b59f10ffab2b43e5e7494076 100644 (file)
@@ -104,7 +104,7 @@ More info at http://ozlabs.org/~jk/projects/petitboot/
 +$(TWIN_DIR)/.twin-configured: \
 +        $(TWIN_DIR)/.twin-extracted
 +      ( cd $(TWIN_DIR) && \
-+        ./configure --prefix=/ $(GNU_ARCH); )
++        ./configure --prefix=/ --disable-x11 $(GNU_ARCH); )
 +      touch $@
 +
 +$(TWIN_DIR)/.twin-built: \