Changeset 18888 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Apr 14, 2009 12:15:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r18882 r18888 32 32 33 33 //@todo this could be different... 34 #define DRI_DEFAULT_DRIVER_DIR "/usr/lib/dri" 35 #define DRI_XORG_DRV_DIR "/usr/lib/xorg/modules/drivers/" 34 #ifdef RT_ARCH_AMD64 35 # define DRI_DEFAULT_DRIVER_DIR "/usr/lib64/dri:/usr/lib/dri" 36 # define DRI_XORG_DRV_DIR "/usr/lib64/xorg/modules/drivers/" 37 #else 38 # define DRI_DEFAULT_DRIVER_DIR "/usr/lib/dri" 39 # define DRI_XORG_DRV_DIR "/usr/lib/xorg/modules/drivers/" 40 #endif 36 41 37 42 #ifdef DEBUG_DRI_CALLS
Note:
See TracChangeset
for help on using the changeset viewer.