summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-10-28 12:41:21 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-10-29 13:53:00 -0700
commit7131d4c5ad4b4717e791b9176296477475bd33e8 (patch)
tree0bf9ef31a394276317edafc3cb779ca893be43fb /pkg
parent44e80dae4ae86946aa85a13b230c7c569f43c39b (diff)
pkg/archlinux: Explicitly set /usr/lib as the library directory.
By default CMake uses /usr/lib64, which is non-standard on Arch and results in nothing being able to find the library. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/archlinux/PKGBUILD.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/archlinux/PKGBUILD.template b/pkg/archlinux/PKGBUILD.template
index f970581..02bec6c 100644
--- a/pkg/archlinux/PKGBUILD.template
+++ b/pkg/archlinux/PKGBUILD.template
@@ -30,6 +30,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
-Dwaffle_has_glx=1 \
-Dwaffle_has_x11_egl=1 \