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 ...@@ -91,6 +91,7 @@ HTTPD httpd
PATHS=" PATHS="
WITHXML2CONFIGPATH xml2-config-path WITHXML2CONFIGPATH xml2-config-path
WITHWXCONFIGPATH wx-config-path WITHWXCONFIGPATH wx-config-path
WITHWXCONFIG wx-config
WITHQTE qte WITHQTE qte
WITHGOOMTREE goom-tree WITHGOOMTREE goom-tree
WITHSLP slp WITHSLP slp
......
...@@ -14,6 +14,7 @@ comment 'User Interfaces' ...@@ -14,6 +14,7 @@ comment 'User Interfaces'
bool 'wxWidgets interface' CONFIG_WXWIDGETS bool 'wxWidgets interface' CONFIG_WXWIDGETS
if [ "$CONFIG_WXWIDGETS" = "y" ]; then if [ "$CONFIG_WXWIDGETS" = "y" ]; then
string 'wx-config path' CONFIG_WITHWXCONFIGPATH "" string 'wx-config path' CONFIG_WITHWXCONFIGPATH ""
string 'wx-config name' CONFIG_WITHWXCONFIG ""
fi fi
bool 'Skins interface' CONFIG_SKINS bool 'Skins interface' CONFIG_SKINS
if [ "$CONFIG_SKINS" = "y" ]; then 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