From 68ad63a79bd2ca064b57d9f8f367d159fc9ec536 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Tue, 8 Mar 2011 02:33:51 +0000 Subject: [PATCH] =?utf8?q?Ajout=20fichiers=20oubli=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage4/pkg/libXfont | 8 ++++++++ stage4/pkg/libXt | 8 ++++++++ stage4/pkg/xinit | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 stage4/pkg/libXfont create mode 100644 stage4/pkg/libXt create mode 100644 stage4/pkg/xinit 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" +} -- 2.20.1