summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2016-01-01 23:11:00 -0800
committerDonald Carr2016-01-01 23:11:00 -0800
commit2810a163d03b7d11d9ae941f573f756032566e95 (patch)
tree25e6117a067590f77bf38bcb5a57fbe3e317b728 /PKGBUILD
parent85417e98728d9d616a1bbe0e63f65f43333b864d (diff)
downloadaur-2810a163d03b7d11d9ae941f573f756032566e95.tar.gz
Grow documentation
Change-Id: I4bdac0339e2de93a6d71c9b0effb1360017ff6d7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d222036a57fc..9d53ff43d1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,18 @@
# Maintainer: Donald Carr <sirspudd@gmail.com>
+# Documentation
+
# Set up the pi for Qt compilation. On Arch I just install chromium which pulls in all the deps
-# Mount/copy this prepped rasp rootfs somewhere and set this path as the sysroot below
+# Remove 2 (mesa) pkgconfig files we allow screw our mkspec
+# rm /usr/lib/pkgconfig/glesv2.pc
+# rm /usr/lib/pkgconfig/egl.pc
+
+# Mount/copy this prepped rasp rootfs somewhere and set this path as the sysroot below
# I use NFS personally: sudo mount qpii.local:/ /mnt/pi
# comment this turkey out in any circumstance when you need to regenate .SRCINFO
-echo "Set your sysroot" && exit 1
+echo "Set your sysroot prior to build" && exit 1
_sysroot=/mnt/pi
pkgname=qpii