xenocara/driver/xf86-video-intel/Makefile.bsd-wrapper
guenther 9a4b5cd1f6 Adjust the shared-lib versions for the intel driver to match the
versions expected by the time_t bump, this time done correctly

ok matthieu@
2013-08-15 03:34:19 +00:00

12 lines
240 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2013/08/15 03:34:19 guenther Exp $
.include <bsd.xconf.mk>
.if ${XENOCARA_BUILD_DRI:L} != "yes"
CONFIGURE_ARGS+= --disable-dri
.endif
SHARED_LIBS= IntelXvMC 2.0 I810XvMC 2.0
.include <bsd.xorg.mk>