Changeset 43588 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- Oct 9, 2012 9:15:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
r43278 r43588 239 239 endif # neq ($(KBUILD_TARGET),linux) 240 240 241 242 ifdef VBOX_USE_SYSTEM_XORG_HEADERS 243 # As vboxmouse_drv is not needed at all for X.Org Server 1.7 and later do not 244 # build it in this case. 245 DLLS := $(filter-out vboxmouse_drv_%,$(DLLS)) 246 SYSMODS := $(filter-out vboxmouse_drv%,$(SYSMODS)) 247 endif 248 249 241 250 # Check the undefined symbols in the X.Org modules against lists of allowed 242 251 # symbols. Not very elegant, but it will catch problems early. 243 252 ifdef VBOX_WITH_TESTCASES 244 253 # ifndef VBOX_ONLY_ADDITIONS 254 ifndef VBOX_USE_SYSTEM_XORG_HEADERS 245 255 ifeq ($(KBUILD_TARGET),linux) 246 256 ifeq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH)) … … 361 371 endif # eq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH)) 362 372 endif # eq ($(KBUILD_TARGET),linux) 373 endif # ! VBOX_USE_SYSTEM_XORG_HEADERS 363 374 # endif # ! VBOX_ONLY_ADDITIONS 364 375 endif # VBOX_WITH_TESTCASES
Note:
See TracChangeset
for help on using the changeset viewer.