diff options
author | davidovski <david@davidovski.xyz> | 2022-02-18 01:32:47 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-18 01:32:47 +0000 |
commit | eafdfcf7020757b12651a71660f2e1a12af7bc97 (patch) | |
tree | 6502ffb9f105a61c6e8251644bec3389c8c27d4a /xibuild/build_profile | |
parent | 1340cdfc48583514b3a256b53a5966961b08017a (diff) |
added build_profile
Diffstat (limited to 'xibuild/build_profile')
-rw-r--r-- | xibuild/build_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xibuild/build_profile b/xibuild/build_profile new file mode 100644 index 0000000..d218fac --- /dev/null +++ b/xibuild/build_profile @@ -0,0 +1,4 @@ +export MAKEFLAGS="-j$(grep "processor" /proc/cpuinfo | wc -l)" +export XORG_PREFIX="/usr" + +export XORG_CONFIG="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static" |