VirtualBox

Changeset 5164 in vbox


Ignore:
Timestamp:
Oct 5, 2007 12:21:03 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25063
Message:

Added support for X.org server 1.4 to the guest additions

Location:
trunk/src/VBox/Additions/linux
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r4813 r5164  
    6060                $(PATH_BIN)/additions/vboxmouse_drv_70.so \
    6161                $(PATH_BIN)/additions/vboxmouse_drv_71.so \
     62                $(PATH_BIN)/additions/vboxmouse_drv_14.so \
    6263                $(PATH_BIN)/additions/vboxvideo_drv.o \
    6364                $(PATH_BIN)/additions/vboxvideo_drv_70.so \
    6465                $(PATH_BIN)/additions/vboxvideo_drv_71.so \
    6566                $(PATH_BIN)/additions/vboxvideo_drv_13.so \
     67                $(PATH_BIN)/additions/vboxvideo_drv_14.so \
    6668                installer/vboxvfs.sh $(PATH_BIN)/additions/mountvboxsf \
    6769                $(wildcard $(PATH_BIN)/additions/src/*) \
     
    9294        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxmouse_drv_70.so $(PATH_TARGET)/install/vboxmouse_drv_70.so
    9395        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxmouse_drv_71.so $(PATH_TARGET)/install/vboxmouse_drv_71.so
     96        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxmouse_drv_14.so $(PATH_TARGET)/install/vboxmouse_drv_14.so
    9497        $(QUIET)objcopy -g -R .comment $(PATH_BIN)/additions/vboxvideo_drv.o  $(PATH_TARGET)/install/vboxvideo_drv.o
    9598        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_70.so $(PATH_TARGET)/install/vboxvideo_drv_70.so
    9699        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_71.so $(PATH_TARGET)/install/vboxvideo_drv_71.so
    97100        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_13.so $(PATH_TARGET)/install/vboxvideo_drv_13.so
     101        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_14.so $(PATH_TARGET)/install/vboxvideo_drv_14.so
    98102        $(QUIET)$(INSTALL) -m 0755 installer/vboxvfs.sh $(PATH_TARGET)/install
    99103        $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/mountvboxsf $(PATH_TARGET)/install/mount.vboxsf
  • trunk/src/VBox/Additions/linux/xgraphics/Makefile.kmk

    r4071 r5164  
    1919
    2020SYSMODS  = vboxvideo_drv
    21 DLLS     = vboxvideo_drv_70 vboxvideo_drv_71 vboxvideo_drv_13
     21DLLS     = vboxvideo_drv_70 vboxvideo_drv_71 vboxvideo_drv_13 vboxvideo_drv_14
    2222
    2323# for BUILD_TARGET=l4
     
    143143        vboxutils.c
    144144
     145vboxvideo_drv_14_TEMPLATE = VBOXLNX32GUESTR3DLLNOCPP
     146vboxvideo_drv_14_DEFS := $(vboxvideo_drv_70_DEFS)
     147vboxvideo_drv_14_CFLAGS.linux := $(vboxvideo_drv_70_CFLAGS.linux)
     148vboxvideo_drv_14_LDFLAGS = -s
     149vboxvideo_drv_14_INCS = \
     150        ../x11include/1.4 \
     151        ../x11include/1.4/X11 \
     152        ../x11include/1.4/xorg
     153vboxvideo_drv_14_SOURCES  = \
     154        vboxvideo_14.c \
     155        vboxutils.c
    145156
    146157include $(PATH_KBUILD)/footer.kmk
  • trunk/src/VBox/Additions/linux/xmouse/Makefile.kmk

    r4071 r5164  
    1919
    2020SYSMODS  = vboxmouse_drv
    21 DLLS     = vboxmouse_drv_70 vboxmouse_drv_71
     21DLLS     = vboxmouse_drv_70 vboxmouse_drv_71 vboxmouse_drv_14
    2222
    2323# for BUILD_TARGET=l4
     
    8484
    8585
     86vboxmouse_drv_14_TEMPLATE = VBOXLNX32GUESTR3DLLNOCPP
     87vboxmouse_drv_14_DEFS = $(vboxmouse_drv_70_DEFS)
     88vboxmouse_drv_14_LDFLAGS = -s
     89vboxmouse_drv_14_INCS = \
     90        ../x11include/1.4 \
     91        ../x11include/1.4/X11 \
     92        ../x11include/1.4/xorg \
     93        $(PATH_SUB_CURRENT)
     94vboxmouse_drv_14_SOURCES  = \
     95        xorg14/mouse.c \
     96        xorg14/pnp.c \
     97        VBoxUtils.c
     98
     99
    86100include $(PATH_KBUILD)/footer.kmk
    87101
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