xenocara/lib/libxshmfence/Makefile.bsd-wrapper
kettenis 191958dfc8 Make sure we create shared memory files in /tmp such that programs can use
the "tmppath" pledge to allow creation of shared memory fences.

ok matthieu@
2018-06-09 11:44:13 +00:00

8 lines
174 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2018/06/09 11:44:13 kettenis Exp $
SHARED_LIBS= xshmfence 0.0
CONFIGURE_ARGS+= --with-shared-memory-dir=/tmp
.include <bsd.xorg.mk>