diff options
Diffstat (limited to 'recipes/rdesktop/rdesktop_1.3.1.bb')
-rw-r--r-- | recipes/rdesktop/rdesktop_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/rdesktop/rdesktop_1.3.1.bb b/recipes/rdesktop/rdesktop_1.3.1.bb index 537311aa50..7f093a6405 100644 --- a/recipes/rdesktop/rdesktop_1.3.1.bb +++ b/recipes/rdesktop/rdesktop_1.3.1.bb @@ -2,7 +2,7 @@ require rdesktop.inc PR = "${INC_PR}.1" -SRC_URI +="file://configure.patch;apply=yes" +SRC_URI +="file://configure.patch" # Note - rdesktop 1.3.1 doesn't use autotools - don't make the same # mistakes I did.. :) |