Changeset 108145 in vbox for trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
- Timestamp:
- Feb 10, 2025 3:54:22 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r108138 r108145 486 486 endif 487 487 488 # Xinerama library required for multi-monitor support:489 VirtualBox_LIBS.linux += Xinerama490 VirtualBox_LIBS.solaris += Xinerama491 VirtualBox_LIBS.freebsd += Xinerama492 493 488 # XCB library required for direct XCB native code support: 494 489 VirtualBox_LIBS.linux += xcb … … 529 524 endif 530 525 531 # Xinerama library required for multi-monitor support:532 VirtualBoxVM_LIBS.linux += Xinerama533 VirtualBoxVM_LIBS.solaris += Xinerama534 VirtualBoxVM_LIBS.freebsd += Xinerama535 536 526 # XCB library required for direct XCB native code support: 537 527 VirtualBoxVM_LIBS.linux += xcb … … 562 552 # Libraries. 563 553 # 564 565 # Xinerama library required for multi-monitor support:566 UICommon_LIBS.linux += Xinerama567 UICommon_LIBS.solaris += Xinerama568 UICommon_LIBS.freebsd += Xinerama569 554 570 555 # Various Windows hosts libraries:
Note:
See TracChangeset
for help on using the changeset viewer.