configure: Install view.

(better subject, maybe)

I still think "view" should be available to users, so the only thing between the user and "view" is they have to compile Wine theirselves and that should change.
It's very hard to find good wmf/emf viewers for Linux(and most likely other OS), but "view" is a great program for people who need to take a look at wmf/emf files.
oldstable
André Hentschel 2011-09-01 21:04:14 +02:00 committed by Alexandre Julliard
parent e04866f3cf
commit 31f0f09a17
3 changed files with 2 additions and 3 deletions

2
configure vendored
View File

@ -15256,7 +15256,7 @@ wine_fn_config_program taskmgr enable_taskmgr install,po
wine_fn_config_program termsv enable_termsv install
wine_fn_config_program uninstaller enable_uninstaller install,po
wine_fn_config_program unlodctr enable_unlodctr install
wine_fn_config_program view enable_view po
wine_fn_config_program view enable_view install,po
wine_fn_config_program wineboot enable_wineboot install,installbin,manpage
wine_fn_config_program winebrowser enable_winebrowser install
wine_fn_config_program winecfg enable_winecfg install,installbin,manpage,po

View File

@ -2949,7 +2949,7 @@ WINE_CONFIG_PROGRAM(taskmgr,,[install,po])
WINE_CONFIG_PROGRAM(termsv,,[install])
WINE_CONFIG_PROGRAM(uninstaller,,[install,po])
WINE_CONFIG_PROGRAM(unlodctr,,[install])
WINE_CONFIG_PROGRAM(view,,[po])
WINE_CONFIG_PROGRAM(view,,[install,po])
WINE_CONFIG_PROGRAM(wineboot,,[install,installbin,manpage])
WINE_CONFIG_PROGRAM(winebrowser,,[install])
WINE_CONFIG_PROGRAM(winecfg,,[install,installbin,manpage,po])

View File

@ -51,7 +51,6 @@ my %bin_install =
my %dont_install =
(
"cmdlgtst" => 1,
"view" => 1,
"winetest" => 1,
);