rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / x11 / xf86-video-dummy / Makefile
blob6e7f066cae4ed3f157b9c1b178273f2f15a99a01
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 Alexander Pyhalov
16 X11_CATEGORY=DRIVER
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= xf86-video-dummy
21 COMPONENT_VERSION= 0.3.8
22 COMPONENT_REVISION= 3
23 COMPONENT_FMRI= x11/server/xorg/driver/xorg-video-dummy
24 COMPONENT_SUMMARY= \
25 xf86-video-dummy - virtual/offscreen frame buffer driver for the Xorg X server
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9
29 include $(WS_MAKE_RULES)/common.mk
31 # Paths to find libraries/modules to link with
33 LD_OPTIONS= \
34 -L$(X11_SERVERMODS_DIR) -R$(X11_SERVERMODS_DIR) \
35 -L$(X11_SERVERLIBS_DIR) -R$(X11_SERVERLIBS_DIR) \
36 -lfb
38 # Build dependencies
39 REQUIRED_PACKAGES += x11/header/x11-protocols
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES += system/library
43 REQUIRED_PACKAGES += x11/server/xorg