xenocara/lib/libdrm/Makefile.bsd-wrapper

9 lines
301 B
Makefile
Raw Normal View History

2018-02-16 19:31:15 -07:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2018/02/17 02:31:15 jsg Exp $
# cheat on configure - we don't need pthread-stubs anymore
CONFIGURE_ARGS= PTHREADSTUBS_CFLAGS=' ' PTHREADSTUBS_LIBS=' '
2018-02-16 19:31:15 -07:00
SHARED_LIBS= drm 7.6 drm_radeon 4.0 drm_intel 5.4 \
drm_amdgpu 1.5 drm_nouveau 3.0
.include <bsd.xorg.mk>