summaryrefslogtreecommitdiffstats
path: root/frameworks/qt5/qt5base/Config.in
blob: aa89719b4322faf9e0f1ce00c72f31fe63baa6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config BUILD_qt5base-core_INOTIFY
    bool "Use native inotify support on Linux"
    depends on PACKAGE_qt5base-core
    default y
    help
        "Compiles qt5's QFileSystemWatcher with support for inotify on Linux. Otherwise QFileSystemWatcher uses polling as fallback."

config BUILD_qt5base-network_SSL
    bool "Include native SSL support"
    depends on PACKAGE_qt5base-network
    default y

config BUILD_qt5base-gui_DRM
    bool "Include DRM support"
    depends on PACKAGE_qt5base-gui
    default y

choice
    prompt "Which OpenGL variant to use"
    default BUILD_qt5base-gui_OPENGL_NONE
    depends on PACKAGE_qt5base-gui

config BUILD_qt5base-gui_OPENGL_OPENGLES2
    bool "es2"

config BUILD_qt5base-gui_OPENGL_NONE
    bool "no"

endchoice