summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-09-26 18:26:11 +0200
committerDiego Biurrun <diego@biurrun.de>2017-10-22 05:53:03 +0200
commit68649bfed30a35dc3e45ea240541b2774b2f282b (patch)
tree2ad50813874b8e24921830bb7773a01a95ef0019
parentcbcdb2d8e47f62f69accee62c08f487a27848174 (diff)
configure: Group system feature variables and system libraries together
-rwxr-xr-xconfigure30
1 files changed, 19 insertions, 11 deletions
diff --git a/configure b/configure
index 70463ae2c8..173610a19c 100755
--- a/configure
+++ b/configure
@@ -1601,6 +1601,15 @@ MATH_FUNCS="
truncf
"
+SYSTEM_FEATURES="
+ dos_paths
+ libc_msvcrt
+ MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
+ section_data_rel_ro
+ threads
+ uwp
+"
+
SYSTEM_FUNCS="
aligned_malloc
clock_gettime
@@ -1639,6 +1648,14 @@ SYSTEM_FUNCS="
VirtualAlloc
"
+SYSTEM_LIBRARIES="
+ sdl
+ vaapi_drm
+ vaapi_x11
+ vdpau_x11
+ wincrypt
+"
+
TOOLCHAIN_FEATURES="
as_arch_directive
as_fpu_directive
@@ -1686,21 +1703,12 @@ HAVE_LIST="
$HEADERS_LIST
$INTRINSICS_LIST
$MATH_FUNCS
+ $SYSTEM_FEATURES
$SYSTEM_FUNCS
+ $SYSTEM_LIBRARIES
$THREADS_LIST
$TOOLCHAIN_FEATURES
$TYPES_LIST
- dos_paths
- libc_msvcrt
- MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
- sdl
- section_data_rel_ro
- threads
- uwp
- vaapi_drm
- vaapi_x11
- vdpau_x11
- wincrypt
"
# options emitted with CONFIG_ prefix but not available on the command line