pkgsrc/x11/xf86-video-fbdev/Makefile
wiz 89226e60f0 xf86-video-fbdev: update to 0.5.0.
Compatibility updates for xserver 1.20.

Adam Jackson (8):
      Default to 32bpp if the console is 8bpp (and we weren't told otherwise)
      Use own thunk functions instead of fbdevHW*Weak
      Pass the pci device (if any) through to fbdevhw in probe and preinit
      Fix shadow fb allocation size (v2)
      Remove dead pix24bpp variable
      Use shadowUpdate32to24 at 24bpp
      Update for 1.20 ABI
      fbdev 0.5.0

Alan Coopersmith (3):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use #ifdef instead of #if to avoid build error

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Pascal Terjan (1):
      Initialize pci_dev

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-05-30 21:53:50 +00:00

22 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.12 2018/05/30 21:53:50 wiz Exp $
DISTNAME= xf86-video-fbdev-0.5.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Video driver for framebuffer device
LICENSE= x11
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"