Changeset 8758 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- May 11, 2008 6:27:49 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Makefile.kmk
r8155 r8758 24 24 25 25 # Include sub-makefiles. 26 if1of ($( BUILD_TARGET), freebsd l4 linux solaris)26 if1of ($(KBUILD_TARGET), freebsd l4 linux solaris) 27 27 include $(PATH_SUB_CURRENT)/xclient/Makefile.kmk 28 28 include $(PATH_SUB_CURRENT)/xgraphics/Makefile.kmk -
trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk
r8155 r8758 27 27 # vboxvideo_drv 28 28 # 29 if1of ($( BUILD_TARGET),linux l4)29 if1of ($(KBUILD_TARGET),linux l4) 30 30 SYSMODS += vboxvideo_drv 31 31 vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD … … 115 115 DLLS += vboxvideo_drv_70 116 116 vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD 117 if1of ($( BUILD_TARGET), l4 linux)117 if1of ($(KBUILD_TARGET), l4 linux) 118 118 vboxvideo_drv_70_CFLAGS += \ 119 119 -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros) # template? … … 121 121 vboxvideo_drv_70_DEFS := \ 122 122 XFree86Server IN_MODULE XFree86Module XFree86LOADER XORG_7X RENDER=1 123 ifeq ($( BUILD_TARGET),solaris) # don't use .solaris or anything here.123 ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here. 124 124 vboxvideo_drv_70_DEFS += _XPG6 __EXTENSIONS__ 125 125 endif -
trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk
r8155 r8758 28 28 # vboxmouse_drv 29 29 # 30 if1of ($( BUILD_TARGET),linux l4)30 if1of ($(KBUILD_TARGET),linux l4) 31 31 SYSMODS += vboxmouse_drv 32 32 vboxmouse_drv_TEMPLATE = VBOXGUESTR3XF86MOD … … 65 65 vboxmouse_drv_70_DEFS = \ 66 66 XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X 67 ifeq ($( BUILD_TARGET),solaris) # don't use .solaris or anything here.67 ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here. 68 68 vboxmouse_drv_70_DEFS += _XPG6 __EXTENSIONS__ 69 69 endif
Note:
See TracChangeset
for help on using the changeset viewer.