VirtualBox

Ignore:
Timestamp:
Jan 22, 2010 10:34:00 AM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: add linker stubs for libXdamage and libXfixes

Location:
trunk/src/VBox/Additions/x11/x11stubs
Files:
2 edited

Legend:

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

    r23452 r25964  
    3434libXcomposite_SOURCES    = libXcomposite-1.0.0/libXcomposite.c
    3535
     36#
     37# libXdamage import library.
     38#
     39IMPORT_LIBS += libXdamage
     40libXdamage_TEMPLATE   = VBOXR3
     41libXdamage_INST       = $(INST_LIB)
     42# This may need fixing later.
     43libXdamage_SONAME     = libXdamage.so.1
     44libXdamage_SOURCES    = libXdamage-1.1.0/libXdamage.c
     45
     46#
     47# libXfixes import library.
     48#
     49IMPORT_LIBS += libXfixes
     50libXfixes_TEMPLATE   = VBOXR3
     51libXfixes_INST       = $(INST_LIB)
     52# This may need fixing later.
     53libXfixes_SONAME     = libXfixes.so.3
     54libXfixes_SOURCES    = libXfixes-3.1.0/libXfixes.c
     55
    3656include $(KBUILD_PATH)/subfooter.kmk
    3757
  • trunk/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c

    • Property svn:keywords set to Author Date Id Revision
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