VirtualBox

Changeset 12498 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2008 3:54:06 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt: X11 keyboard code is not Linux-specific

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
1 edited
9 copied
1 moved

Legend:

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

    r12493 r12498  
    6262VBoxKeyboard_TEMPLATE = VBOXR3
    6363VBoxKeyboard_SOURCES  = \
    64         src/linux/keyboard-new.c
     64        src/X11/keyboard-new.c
    6565VBoxKeyboard_LIBS     = X11
    6666VBoxKeyboard_LIBPATH  = $(VBOX_LIBPATH_X11)
     
    7171# redistributed with usable sources.
    7272#
    73 # This rule will link create a temporary symlink to src/linux/ and tar
     73# This rule will link create a temporary symlink to src/X11/ and tar
    7474# up the selected files into a tarball that is installed into the
    7575# bin directory (probably belongs in /usr/shared/somewhere really,
     
    7979$(PATH_BIN)/vboxkeyboard.tar.gz: $(abspathex \
    8080                $(VBoxKeyboard_SOURCES) \
    81                 src/linux/COPYING.LIB \
    82                 src/linux/keyboard.h \
    83                 src/linux/keyboard-layouts.h \
    84                 src/linux/keyboard-list.h \
    85                 src/linux/keyboard-tables.h \
    86                 src/linux/keyboard-types.h \
    87                 src/linux/Makefile \
     81                src/X11/COPYING.LIB \
     82                src/X11/keyboard.h \
     83                src/X11/keyboard-layouts.h \
     84                src/X11/keyboard-list.h \
     85                src/X11/keyboard-tables.h \
     86                src/X11/keyboard-types.h \
     87                src/X11/Makefile \
    8888                ,$(PATH_SUB_CURRENT))
    8989        $(call MSG_TOOL,tar/gzip,,$@)
    9090        $(QUIET2)$(RM) -f $(PATH_TARGET)/vboxkeyboard $@
    91         $(QUIET)$(LN_SYMLINK) $(VBOX_VIRTUALBOX4_SRC)/src/linux/ $(PATH_TARGET)/vboxkeyboard
     91        $(QUIET)$(LN_SYMLINK) $(VBOX_VIRTUALBOX4_SRC)/src/X11/ $(PATH_TARGET)/vboxkeyboard
    9292        $(QUIET)cd $(PATH_TARGET) \
    9393                && tar -chvf - $(addprefix vboxkeyboard/,$(notdir $^)) \
     
    357357 endif
    358358 VirtualBox4_SOURCES += \
    359         src/linux/XKeyboard-new.cpp \
     359        src/X11/XKeyboard-new.cpp \
    360360        src/VBoxX11Helper.cpp
    361361else
Note: See TracChangeset for help on using the changeset viewer.

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