Magellan Linux

Contents of /smage/branches/alx08x-unstable/core/xf86-video-vmware/xf86-video-vmware-13.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16489 - (show annotations) (download)
Mon Oct 2 13:47:58 2023 UTC (8 months, 3 weeks ago) by niro
File size: 604 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="xf86-video-vmware"
4 PVER="13.4.0"
5 PBUILD="r1"
6
7 PCAT="x11-drivers"
8
9 DEPEND=">= media-libs/mesa-xa-tracker-23.1
10 >= x11-libs/libdrm-2.4.116
11 >= sys-fs/libudev-253
12 == virtual/X-ABI-VIDEODRV-25.2"
13 # >= media-libs/mesa-gallium-vmwgfx-23.1
14
15 ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/*.so"
16 sminclude xorg alx-split
17
18 # remove some hardened flags to fix some modules fail to load with undefined symbol
19 # see https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
20 export CFLAGS=${CFLAGS/-fno-plt}
21 export CXXFLAGS=${CXXFLAGS/-fno-plt}
22 export LDFLAGS=${LDFLAGS/,-z,now}