Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c4b52184
Commit
c4b52184
authored
Oct 12, 2005
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all: added "wx-config" option in menuconfig
parent
b6ceabb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
build-vlc
build-vlc
+1
-0
config.in
config.in
+1
-0
No files found.
build-vlc
View file @
c4b52184
...
...
@@ -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
...
...
config.in
View file @
c4b52184
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment