diff options
Diffstat (limited to 'recipes/xqt2/files/moc_call.patch')
-rw-r--r-- | recipes/xqt2/files/moc_call.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xqt2/files/moc_call.patch b/recipes/xqt2/files/moc_call.patch new file mode 100644 index 0000000000..6e150e201a --- /dev/null +++ b/recipes/xqt2/files/moc_call.patch @@ -0,0 +1,11 @@ +--- xc/../xqt2/xfree86/xqt-driver/Imakefile 2006-05-09 11:59:07.000000000 +0200 ++++ xc/../xqt2/xfree86/xqt-driver/Imakefile 2004-09-16 12:40:30.000000000 +0200 +@@ -12,7 +12,7 @@ + + QTDIR = QtDir + +-MOC = QtDir/bin/moc ++MOC = MocBin + + INCLUDES = -I. \ + -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ |