diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-08 12:36:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-08 12:36:10 +0000 |
commit | abbe4a3de13983cbcab7c62f08457fccd6aa9bee (patch) | |
tree | 904217b046d2a81dc02a77c7af6f9debad3bcb32 /perl-install/Makefile.config | |
parent | 56aa33e8cf2d62b12f4c56537d13905e6cafca72 (diff) | |
download | drakx-abbe4a3de13983cbcab7c62f08457fccd6aa9bee.tar drakx-abbe4a3de13983cbcab7c62f08457fccd6aa9bee.tar.gz drakx-abbe4a3de13983cbcab7c62f08457fccd6aa9bee.tar.bz2 drakx-abbe4a3de13983cbcab7c62f08457fccd6aa9bee.tar.xz drakx-abbe4a3de13983cbcab7c62f08457fccd6aa9bee.zip |
fixing keyboard focus during install:
- removed aewm-drakx which doesn't work nicely
- fix @interactive::objects handling
(don't push non pop_it windows, ensure destroyed windows are removed)
- ensure XSetInputFocus is called on $::WizardWindow
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 2dd49d9db..082e21b79 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -24,7 +24,7 @@ STAGE2 = $(ROOTDEST)/Mandrake/base/mdkinst_stage2 BASE = $(ROOTDEST)/Mandrake/base DESTREP4PMS = $(DEST)$(REP4PMS) PERL = perl -LOCALFILES = $(patsubst %, ../tools/%,ddcprobe/ddcxinfos aewm-drakx/aewm-drakx serial_probe/serial_probe xhost+) +LOCALFILES = $(patsubst %, ../tools/%,ddcprobe/ddcxinfos serial_probe/serial_probe xhost+) DIRS = c Newt resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |