summaryrefslogtreecommitdiffstats
path: root/display/directfb/INSTALL
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /display/directfb/INSTALL
initial commit from stable 0.3
Diffstat (limited to 'display/directfb/INSTALL')
-rwxr-xr-xdisplay/directfb/INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/display/directfb/INSTALL b/display/directfb/INSTALL
new file mode 100755
index 0000000000..e394bcffbb
--- /dev/null
+++ b/display/directfb/INSTALL
@@ -0,0 +1,14 @@
+make install &&
+
+#
+# Something changed so libggi needs these symlinks
+#
+ln -sf ${INSTALL_ROOT}/usr/include/directfb/* \
+ ${INSTALL_ROOT}/usr/include/directfb-internal/ &&
+
+#
+# Copy default fb.modes
+#
+if [ ! -f /etc/fb.modes ]; then
+ cp fb.modes /etc
+fi