gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / xf86-video-vboxvideo / Makefile
blobdbebdb3a03912701cc13e00f3a70eaa192618d08
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 2017 Aurelien Larcher
16 X11_CATEGORY=DRIVER
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= xf86-video-vboxvideo
21 COMPONENT_VERSION= 1.0.0
22 # Use version string from Xorg module
23 IPS_COMPONENT_VERSION= 1.0.1
24 COMPONENT_REVISION= 5
25 COMPONENT_FMRI= x11/server/xorg/driver/xorg-video-vboxvideo
26 COMPONENT_SUMMARY= xf86-video-vboxvideo - VirtualBox UMS driver for the Xorg X server
27 COMPONENT_ARCHIVE_HASH= \
28 sha256:7fb6a3bfbcbe95438617f55a2f7ace4c0edec8ea8b7007777f389438b40cbfa4
30 include $(WS_MAKE_RULES)/common.mk
32 CFLAGS+= -std=gnu99
34 LD_OPTIONS+= \
35 -L$(X11_SERVERMODS_DIR) -R$(X11_SERVERMODS_DIR) \
36 -L$(MESA_XSERVERMODS_EXTENSIONS_DIR) -R$(MESA_XSERVERMODS_EXTENSIONS_DIR) \
37 -L$(X11_SERVERMODS_EXTENSIONS_DIR) -R$(X11_SERVERMODS_EXTENSIONS_DIR) \
38 -L$(X11_SERVERLIBS_DIR) -R$(X11_SERVERLIBS_DIR)
40 CONFIGURE_OPTIONS+= --with-xorg-module-dir=$(X11_SERVERMODS_DIR)$(SERVERMOD_SUBDIR)
42 # Build dependencies
43 REQUIRED_PACKAGES += x11/header/x11-protocols
44 REQUIRED_PACKAGES += system/header/header-drm
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += diagnostic/scanpci
48 REQUIRED_PACKAGES += library/graphics/pixman
49 REQUIRED_PACKAGES += system/library
50 REQUIRED_PACKAGES += system/library/math
51 REQUIRED_PACKAGES += x11/library/libdrm
52 REQUIRED_PACKAGES += x11/server/xorg