Skip to content

Commit

Permalink
media-libs/mesa: Add valgrind USE flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 committed Apr 21, 2016
1 parent 1266428 commit e9e2122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions media-libs/mesa/mesa-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ done

IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
+nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi vdpau
wayland xvmc xa kernel_FreeBSD"
+nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi valgrind
vdpau wayland xvmc xa kernel_FreeBSD"

REQUIRED_USE="
d3d9? ( dri3 gallium )
Expand Down Expand Up @@ -148,6 +148,7 @@ DEPEND="${RDEPEND}
)
sys-devel/gettext
virtual/pkgconfig
valgrind? ( dev-util/valgrind )
>=x11-proto/dri2proto-2.8-r1:=[${MULTILIB_USEDEP}]
dri3? (
>=x11-proto/dri3proto-1.0:=[${MULTILIB_USEDEP}]
Expand Down Expand Up @@ -299,6 +300,7 @@ multilib_src_configure() {
$(use_enable gles2) \
$(use_enable nptl glx-tls) \
$(use_enable !udev sysfs) \
--enable-valgrind=$(usex valgrind auto no) \
--enable-llvm-shared-libs \
--with-dri-drivers=${DRI_DRIVERS} \
--with-gallium-drivers=${GALLIUM_DRIVERS} \
Expand Down
1 change: 1 addition & 0 deletions media-libs/mesa/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<flag name="osmesa">Build the Mesa library for off-screen rendering.</flag>
<flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
<flag name="pic">disable optimized assembly code that is not PIC friendly</flag>
<flag name="valgrind">Compile in valgrind memory hints</flag>
<flag name="vdpau">Enable the VDPAU acceleration interface for the Gallium3D Video Layer.</flag>
<flag name="wayland">Enable support for dev-libs/wayland</flag>
<flag name="xa">Enable the XA (X Acceleration) API for Gallium3D.</flag>
Expand Down

0 comments on commit e9e2122

Please sign in to comment.