Lines Matching refs:Use
320 #set_option(DEPENDENCY_TRACKING "Use gcc -MMD -MT dependency tracking" ON)
321 set_option(LIBC "Use the system C library" ${OPT_DEF_LIBC})
322 set_option(GCC_ATOMICS "Use gcc builtin atomics" ${OPT_DEF_GCC_ATOMICS})
325 set_option(MMX "Use MMX assembly routines" ${OPT_DEF_ASM})
326 set_option(3DNOW "Use 3Dnow! MMX assembly routines" ${OPT_DEF_ASM})
327 set_option(SSE "Use SSE assembly routines" ${OPT_DEF_ASM})
328 set_option(SSE2 "Use SSE2 assembly routines" ${OPT_DEF_SSEMATH})
329 set_option(SSE3 "Use SSE3 assembly routines" ${OPT_DEF_SSEMATH})
330 set_option(ALTIVEC "Use Altivec assembly routines" ${OPT_DEF_ASM})
335 set_option(VIDEO_DIRECTFB "Use DirectFB video driver" OFF)
337 set_option(VIDEO_DUMMY "Use dummy video driver" ON)
340 set_option(PTHREADS "Use POSIX threads for multi-threading" ${SDL_PTHREADS_ENABLED_BY_DE…
341 dep_option(PTHREADS_SEM "Use pthread semaphores" ON "PTHREADS" OFF)
342 set_option(SDL_DLOPEN "Use dlopen for shared object loading" ${SDL_DLOPEN_ENABLED_BY_DEFAU…
350 set_option(PULSEAUDIO "Use PulseAudio" ${UNIX_SYS})
358 set_option(FUSIONSOUND "Use FusionSound audio driver" OFF)
360 set_option(LIBSAMPLERATE "Use libsamplerate for audio rate conversion" ${UNIX_SYS})
362 set_option(RPATH "Use an rpath when linking SDL" ${UNIX_SYS})
363 set_option(CLOCK_GETTIME "Use clock_gettime() instead of gettimeofday()" OFF)
364 set_option(INPUT_TSLIB "Use the Touchscreen library for input" ${UNIX_SYS})
365 set_option(VIDEO_X11 "Use X11 video driver" ${UNIX_SYS})
366 set_option(VIDEO_WAYLAND "Use Wayland video driver" ${UNIX_SYS})
369 set_option(VIDEO_RPI "Use Raspberry Pi video driver" ${UNIX_SYS})
376 set_option(VIDEO_COCOA "Use Cocoa video driver" ${APPLE})
377 set_option(DIRECTX "Use DirectX for Windows audio/video" ${WINDOWS})
378 set_option(WASAPI "Use the Windows WASAPI audio driver" ${WINDOWS})
381 set_option(VIDEO_VIVANTE "Use Vivante EGL video driver" ${UNIX_SYS})
384 set_option(VIDEO_KMSDRM "Use KMS DRM video driver" ${UNIX_SYS})
386 set_option(VIDEO_OFFSCREEN "Use offscreen video driver" OFF)
389 set_option(HIDAPI "Use HIDAPI for low level joystick drivers" ${OPT_DEF_HIDAPI})
1871 # TODO: Use FIND_PACKAGE(OpenGL) instead