Changeset 154f6a47e09e8dea1ee027242770805bc871bff5
- Timestamp:
- 10/02/08 13:42:36
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202647356 +0000
- git-parent:
[007245adca45856651d28a580622b2835639f040]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202647356 +0000
- Message:
cmake: FindX11.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3404e6b |
r154f6a4 |
|
| 484 | 484 | endif(CURSES_LIBRARIES) |
|---|
| 485 | 485 | |
|---|
| | 486 | find_package(X11) |
|---|
| | 487 | if(X11_FOUND) |
|---|
| | 488 | vlc_enable_modules(x11 panoramix) |
|---|
| | 489 | vlc_check_include_files (X11/Xlib.h) |
|---|
| | 490 | vlc_check_include_files (gl/glu.h) |
|---|
| | 491 | vlc_check_include_files (gl/glx.h) |
|---|
| | 492 | vlc_module_add_link_libraries(x11 ${X11_LIBRARIES}) |
|---|
| | 493 | vlc_module_add_link_libraries(panoramix ${X11_LIBRARIES}) |
|---|
| | 494 | endif(X11_FOUND) |
|---|
| | 495 | |
|---|
| 486 | 496 | set(CMAKE_REQUIRED_INCLUDES) |
|---|
| 487 | 497 | |
|---|