diff options
Diffstat (limited to 'recipes/fs/fs_cvs.bb')
-rw-r--r-- | recipes/fs/fs_cvs.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/fs/fs_cvs.bb b/recipes/fs/fs_cvs.bb index 9dcba5708b..b4baee6fe5 100644 --- a/recipes/fs/fs_cvs.bb +++ b/recipes/fs/fs_cvs.bb @@ -4,7 +4,13 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "libxfont xtrans" -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS" +PR = "r1" + +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS \ + file://fontsproto.patch \ + file://xtrans.patch \ + " + S = "${WORKDIR}/FS" inherit autotools pkgconfig |