]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/mesa/mesa.nm
PKG_GROUP -> PKG_GROUPS on all packages.
[people/ms/ipfire-3.x.git] / pkgs / mesa / mesa.nm
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20
21 ###############################################################################
22 # Definitions
23 ###############################################################################
24
25 include $(PKGROOT)/Include
26
27 PKG_NAME = mesa
28 PKG_VER = 7.8.2
29 PKG_REL = 2
30
31 PKG_MAINTAINER =
32 PKG_GROUPS = Development/Tools
33 PKG_URL = http://www.mesa3d.org
34 PKG_LICENSE = MIT
35 PKG_SUMMARY = Mesa graphics libraries.
36
37 PKG_BUILD_DEPS+= expat-devel pkg-config libX11-devel libXdamage-devel libXext-devel\
38 libXfixes-devel libXxf86vm-devel libdrm-devel libselinux-devel libxcb-devel\
39 xorg-x11-proto-devel
40
41 PKG_PACKAGES += $(PKG_NAME)-devel
42 PKG_DEPS-$(PKG_NAME)-devel += libX11-devel
43
44 define PKG_DESCRIPTION
45 Mesa libGL runtime libraries and DRI drivers.
46 endef
47
48 PKG_TARBALL = MesaLib-$(PKG_VER).tar.bz2
49
50 DIR_APP = $(DIR_SRC)/Mesa-$(PKG_VER)
51
52 CFLAGS += -Wl,-z,lazy
53
54 QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
55
56 CONFIGURE_OPTIONS += \
57 --enable-pic \
58 --with-driver=dri \
59 --with-state-tracker=dri,glx \
60 --disable-glw \
61 --disable-glu \
62 --disable-glut \
63 --disable-gl-osmesa \
64 --disable-gallium \
65 --disable-gallium-intel \
66 --disable-gallium-svga \
67 --disable-gallium-radeon \
68 --disable-gallium-nouveau \
69 --disable-egl \
70 --without-demos