0f35e7276a
Adam Jackson (5): Remove miInitializeBackingStore() Use own thunk function instead of vgaHW*Weak Fix build against xserver 1.17 Fix a typo Remove dependency on xf86PciInfo.h Julien Cristau (5): Fix shadow compiler warning Fix BlockHandler declaration Fix SwitchMode and AdjustFrame hooks Fix a couple const-ness warnings Bump to 1.7.8
28 lines
767 B
Makefile
28 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/05/09 15:05:38 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-siliconmotion-1.7.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg Silicon Motion video driver
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
|
|
.endif
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXext?= build
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|