VirtualBox

Changeset 30054 in vbox


Ignore:
Timestamp:
Jun 7, 2010 8:13:46 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62409
Message:

build VBoxKeyboard only if either FE/Qt or FE/SDL (or both) are enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/Common/Makefile.kmk

    r29654 r30054  
    2020
    2121# Include Sub-Makefiles
    22 ifeq ($(filter-out freebsd linux openbsd netbsd solaris,$(KBUILD_TARGET)),) # X11
    23  include $(PATH_SUB_CURRENT)/VBoxKeyboard/Makefile.kmk
     22ifneq ($(VBOX_WITH_QTGUI)$(VBOX_WITH_VBOXSDL),)
     23 ifeq ($(filter-out freebsd linux openbsd netbsd solaris,$(KBUILD_TARGET)),) # X11
     24  include $(PATH_SUB_CURRENT)/VBoxKeyboard/Makefile.kmk
     25 endif
    2426endif
    2527
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette