aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index a18d26720..4697f2a4d 100644
--- a/Config.in
+++ b/Config.in
@@ -401,6 +401,31 @@ config FEATURE_PRNG_ISAAC
401 401
402endchoice 402endchoice
403 403
404config FEATURE_ICON
405 bool "Include application icon in binary"
406 default y
407 depends on PLATFORM_MINGW32
408 help
409 Microsoft Windows applications can contain icons which are used in
410 various places in the user interface. Each icon adds 15 Kbytes to
411 the size of the binary.
412
413choice
414 prompt "Application icon"
415 default FEATURE_ICON_ALL
416 depends on FEATURE_ICON
417
418config FEATURE_ICON_ATERM
419 bool "Adwaita terminal"
420
421config FEATURE_ICON_STERM
422 bool "Adwaita terminal (symbolic)"
423
424config FEATURE_ICON_ALL
425 bool "All available icons"
426
427endchoice
428
404comment 'Build Options' 429comment 'Build Options'
405 430
406config STATIC 431config STATIC