Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created June 12, 2009 11:06
Show Gist options
  • Save torarnv/128580 to your computer and use it in GitHub Desktop.
Save torarnv/128580 to your computer and use it in GitHub Desktop.
diff --git i/configure w/configure
index 58ab08c..e1b3777 100755
--- i/configure
+++ w/configure
@@ -2105,8 +2105,9 @@ fi
# symlink files from src/gui/embedded neccessary to build qvfb
if [ "$CFG_DEV" = "yes" ]; then
+ mkdir -p "$outpath/tools/qvfb"
for f in qvfbhdr.h qlock_p.h qlock.cpp qwssignalhandler_p.h qwssignalhandler.cpp; do
- dest="${relpath}/tools/qvfb/${f}"
+ dest="${outpath}/tools/qvfb/${f}"
rm -f "$dest"
ln -s "${relpath}/src/gui/embedded/${f}" "${dest}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment