diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-08 17:50:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-08 17:50:15 +0000 |
commit | 092a51022843b9217bbbe8cbd2affc312450523e (patch) | |
tree | 9ae8eec1552f3d5c9ebfacf89c72db4c1d6907d8 /perl-install/Makefile.config | |
parent | 5f68450cc9d2f7c543a5d3cd5b8351a83ddffb4b (diff) | |
download | drakx-092a51022843b9217bbbe8cbd2affc312450523e.tar drakx-092a51022843b9217bbbe8cbd2affc312450523e.tar.gz drakx-092a51022843b9217bbbe8cbd2affc312450523e.tar.bz2 drakx-092a51022843b9217bbbe8cbd2affc312450523e.tar.xz drakx-092a51022843b9217bbbe8cbd2affc312450523e.zip |
move Xtest() and setMouseLive() out of c/stuff to xf86misc::main
so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt
require xfree libs
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 30a022e75..347efd3c4 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -11,7 +11,7 @@ endif VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so -PMS_DIRS = Newt Xconfig c diskdrake harddrake interactive modules network partition_table printer resize_fat sbus_probing security +PMS_DIRS = Newt Xconfig c xf86misc diskdrake harddrake interactive modules network partition_table printer resize_fat sbus_probing security PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 STANDALONEPMS_ = XFdrake adduserdrake diskdrake drakTermServ drakautoinst drakauth drakbackup drakboot drakbug drakbug_report drakclock drakconnect drakedm drakfirewall drakfloppy drakfont drakgw drakhelp drakperm drakproxy drakpxe draksec draksound draksplash drakupdate_fstab drakups drakxservices drakxtv fileshareset harddrake2 keyboarddrake localedrake logdrake lsnetdrake mousedrake net_monitor printerdrake scannerdrake service_harddrake @@ -25,7 +25,7 @@ BASE = $(ROOTDEST)/Mandrake/base DESTREP4PMS = $(DEST)$(REP4PMS) PERL = perl LOCALFILES = $(patsubst %, ../tools/%,ddcprobe/ddcxinfos serial_probe/serial_probe xhost+) -DIRS = c Newt resize_fat #po +DIRS = c Newt resize_fat xf86misc #po CFLAGS = -Wall override CFLAGS += -pipe |