diff options
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 74f7500a6c43..f2aa05a9a879 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -68,6 +68,7 @@ NLS_DESC?= Build and install the localisation data OSS_DESC?= Enable Open Sound System support OPENGL_DESC?= Enable OpenGL support PCRE_DESC?= Enable regular expressions using libpcre +PERL_DESC?= Enable Perl scripting language support PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support PORTAUDIO_DESC?= Enable PortAudio support @@ -100,6 +101,7 @@ UCS4_DESC?= Enable Unicode UCS-4 support VORBIS_DESC?= Enable support for Ogg Vorbis VPX_DESC?= Enable VP8 video codec WAV_DESC?= Support WAV audio format +WXGTK_DESC?= Enable WxGTK gui toolkit X11_DESC?= Enable support for X11 X264_DESC?= Enable H264 video codec using x264 XSPF_DESC?= Enable support for XSPF |