cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / x11 / mesa / pkg_xorg-server_post.conf
blob01c545a376d335636b8d544458a4288d54f80aa3
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../mesa/pkg_xorg-server_post.conf
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
15 # build the server with GL/GLX support
16 unpack_mesa() {
17         tar $taropt $mesatar
18         pushd $PWD/$mesadir
20         # apply patches
21         for p in $base/package/*/mesa/*.patch; do
22                 [ -f $p ] && patch -p1 < $p
23         done
25         popd
28 hook_add preconf 3 "unpack_mesa"
30 mesatar=`match_source_file -p MesaLib mesa`
31 mesadir=${mesatar%.tar.bz2} ; mesadir=${mesadir##*/} ; mesadir=${mesadir/Lib/}
32 var_append confopt " " "--with-mesa-source=\$PWD/$mesadir"