Commit c4b52184 authored by Cyril Deguet's avatar Cyril Deguet

* all: added "wx-config" option in menuconfig

parent b6ceabb1
......@@ -91,6 +91,7 @@ HTTPD httpd
PATHS="
WITHXML2CONFIGPATH xml2-config-path
WITHWXCONFIGPATH wx-config-path
WITHWXCONFIG wx-config
WITHQTE qte
WITHGOOMTREE goom-tree
WITHSLP slp
......
......@@ -14,6 +14,7 @@ comment 'User Interfaces'
bool 'wxWidgets interface' CONFIG_WXWIDGETS
if [ "$CONFIG_WXWIDGETS" = "y" ]; then
string 'wx-config path' CONFIG_WITHWXCONFIGPATH ""
string 'wx-config name' CONFIG_WITHWXCONFIG ""
fi
bool 'Skins interface' CONFIG_SKINS
if [ "$CONFIG_SKINS" = "y" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment