Changeset 25964 in vbox for trunk/src/VBox/Additions/x11/x11stubs
- Timestamp:
- Jan 22, 2010 10:34:00 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/x11/x11stubs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11stubs/Makefile.kmk
r23452 r25964 34 34 libXcomposite_SOURCES = libXcomposite-1.0.0/libXcomposite.c 35 35 36 # 37 # libXdamage import library. 38 # 39 IMPORT_LIBS += libXdamage 40 libXdamage_TEMPLATE = VBOXR3 41 libXdamage_INST = $(INST_LIB) 42 # This may need fixing later. 43 libXdamage_SONAME = libXdamage.so.1 44 libXdamage_SOURCES = libXdamage-1.1.0/libXdamage.c 45 46 # 47 # libXfixes import library. 48 # 49 IMPORT_LIBS += libXfixes 50 libXfixes_TEMPLATE = VBOXR3 51 libXfixes_INST = $(INST_LIB) 52 # This may need fixing later. 53 libXfixes_SONAME = libXfixes.so.3 54 libXfixes_SOURCES = libXfixes-3.1.0/libXfixes.c 55 36 56 include $(KBUILD_PATH)/subfooter.kmk 37 57 -
trunk/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c
-
Property svn:keywords
set to
Author Date Id Revision
-
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.