python/coverage: update to 7.6.11
[oi-userland.git] / components / x11 / xf86-video-r128 / Makefile
blob7e8a5372823a49858656eefd76bae6d0f12a2092
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Ken Mays
16 X11_CATEGORY=DRIVER
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= xf86-video-r128
21 COMPONENT_VERSION= 6.10.2
22 COMPONENT_REVISION= 5
23 COMPONENT_FMRI= x11/server/xorg/driver/xorg-video-r128
24 COMPONENT_SUMMARY= xf86-video-r128 - ATI Rage 128 video driver for the Xorg X server
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:84da21517f3af7617fdf341e84ccb22444d6cdab1647e4808fa631528b9a77de
28 include $(WS_MAKE_RULES)/common.mk
30 LD_OPTIONS = \
31 -L$(X11_SERVERMODS_DIR) -R$(X11_SERVERMODS_DIR) \
32 -lint10 -lpciaccess -lfb -lpixman-1 -lvbe -lfbdevhw -lvgahw
34 # - Disable DRI since the kernel module isn't ported
35 CONFIGURE_OPTIONS += --disable-dri
37 CONFIGURE_ENV += with_xorg_module_dir=/usr/lib/xorg/modules/drivers/$(MACH64)
39 # Build dependencies
40 REQUIRED_PACKAGES += x11/header/x11-protocols
41 REQUIRED_PACKAGES += system/header/header-drm
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES += diagnostic/scanpci
45 REQUIRED_PACKAGES += library/graphics/pixman
46 REQUIRED_PACKAGES += system/library
47 REQUIRED_PACKAGES += x11/server/xorg