Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=0a2fb915438107842819ddda4070b45e275fb87a

commit 0a2fb915438107842819ddda4070b45e275fb87a
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Apr 18 21:56:36 2011 +0200

systemd-24-4-i686
*disable GUI for arm

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index 5aff482..7139e5f 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -4,7 +4,11 @@
USE_CRYPTSETUP=${USE_CRYPTSETUP:-"n"}
USE_SYSV_COMPAT=${USE_SYSV_COMPAT:-"y"}
USE_TCP=${USE_TCP:-"n"}
-USE_GUI=${USE_GUI:-"y"}
+if [ "$CARCH" == "arm" ]; then
+       USE_GUI=${USE_GUI:-"n"}
+else
+       USE_GUI=${USE_GUI:-"y"}
+fi

pkgname=systemd
pkgver=24
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to