From: gobo72 Date: Tue, 8 Mar 2011 02:33:51 +0000 (+0000) Subject: Ajout fichiers oubliés X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=68ad63a79bd2ca064b57d9f8f367d159fc9ec536;p=hvlinux.git Ajout fichiers oubliés --- diff --git a/stage4/pkg/libXfont b/stage4/pkg/libXfont new file mode 100644 index 0000000..ab23d47 --- /dev/null +++ b/stage4/pkg/libXfont @@ -0,0 +1,8 @@ +#!/bin/bash + +hvconfig_pre() +{ + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --disable-devel-docs" +} diff --git a/stage4/pkg/libXt b/stage4/pkg/libXt new file mode 100644 index 0000000..8a884e6 --- /dev/null +++ b/stage4/pkg/libXt @@ -0,0 +1,8 @@ +#!/bin/bash + +hvconfig_pre() +{ + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --with-appdefaultdir=/etc/X11/app-defaults" +} diff --git a/stage4/pkg/xinit b/stage4/pkg/xinit new file mode 100644 index 0000000..78bd1e4 --- /dev/null +++ b/stage4/pkg/xinit @@ -0,0 +1,8 @@ +#!/bin/bash + +hvconfig_pre() +{ + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --with-xinitdir=/etc/X11/app-defaults" +}