Commit 566b8b28 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: remove unneeded checks.

parent 154f6a47
...@@ -222,9 +222,9 @@ if(APPLE) ...@@ -222,9 +222,9 @@ if(APPLE)
# On Pre-10.5 # On Pre-10.5
vlc_module_add_link_flags (ffmpeg "-read_only_relocs warning") vlc_module_add_link_flags (ffmpeg "-read_only_relocs warning")
vlc_check_include_files (ApplicationServices/ApplicationServices.h) # vlc_check_include_files (ApplicationServices/ApplicationServices.h)
vlc_check_include_files (Carbon/Carbon.h) # vlc_check_include_files (Carbon/Carbon.h)
vlc_check_include_files (CoreAudio/CoreAudio.h) # vlc_check_include_files (CoreAudio/CoreAudio.h)
# check_symbol_exists (CFLocaleCopyCurrent "CoreFoundation/CoreFoundation.h" "" HAVE_CFLOCALECOPYCURRENT) # check_symbol_exists (CFLocaleCopyCurrent "CoreFoundation/CoreFoundation.h" "" HAVE_CFLOCALECOPYCURRENT)
# check_symbol_exists (CFPreferencesCopyAppValue "CoreFoundation/CoreFoundation.h" "" HAVE_CFPREFERENCESCOPYAPPVALUE) # check_symbol_exists (CFPreferencesCopyAppValue "CoreFoundation/CoreFoundation.h" "" HAVE_CFPREFERENCESCOPYAPPVALUE)
...@@ -487,8 +487,6 @@ find_package(X11) ...@@ -487,8 +487,6 @@ find_package(X11)
if(X11_FOUND) if(X11_FOUND)
vlc_enable_modules(x11 panoramix) vlc_enable_modules(x11 panoramix)
vlc_check_include_files (X11/Xlib.h) vlc_check_include_files (X11/Xlib.h)
vlc_check_include_files (gl/glu.h)
vlc_check_include_files (gl/glx.h)
vlc_module_add_link_libraries(x11 ${X11_LIBRARIES}) vlc_module_add_link_libraries(x11 ${X11_LIBRARIES})
vlc_module_add_link_libraries(panoramix ${X11_LIBRARIES}) vlc_module_add_link_libraries(panoramix ${X11_LIBRARIES})
endif(X11_FOUND) endif(X11_FOUND)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment