Ajout fichiers oubliƩs
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 8 Mar 2011 02:33:51 +0000 (02:33 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 8 Mar 2011 02:33:51 +0000 (02:33 +0000)
stage4/pkg/libXfont [new file with mode: 0644]
stage4/pkg/libXt [new file with mode: 0644]
stage4/pkg/xinit [new file with mode: 0644]

diff --git a/stage4/pkg/libXfont b/stage4/pkg/libXfont
new file mode 100644 (file)
index 0000000..ab23d47
--- /dev/null
@@ -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 (file)
index 0000000..8a884e6
--- /dev/null
@@ -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 (file)
index 0000000..78bd1e4
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --with-xinitdir=/etc/X11/app-defaults"
+}