diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -401,6 +401,31 @@ config FEATURE_PRNG_ISAAC | |||
401 | 401 | ||
402 | endchoice | 402 | endchoice |
403 | 403 | ||
404 | config 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 | |||
413 | choice | ||
414 | prompt "Application icon" | ||
415 | default FEATURE_ICON_ALL | ||
416 | depends on FEATURE_ICON | ||
417 | |||
418 | config FEATURE_ICON_ATERM | ||
419 | bool "Adwaita terminal" | ||
420 | |||
421 | config FEATURE_ICON_STERM | ||
422 | bool "Adwaita terminal (symbolic)" | ||
423 | |||
424 | config FEATURE_ICON_ALL | ||
425 | bool "All available icons" | ||
426 | |||
427 | endchoice | ||
428 | |||
404 | comment 'Build Options' | 429 | comment 'Build Options' |
405 | 430 | ||
406 | config STATIC | 431 | config STATIC |