diff options
Diffstat (limited to 'recipes/fs')
-rw-r--r-- | recipes/fs/fs_cvs.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/fs/fs_cvs.bb b/recipes/fs/fs_cvs.bb new file mode 100644 index 0000000000..b1d6ed4bea --- /dev/null +++ b/recipes/fs/fs_cvs.bb @@ -0,0 +1,14 @@ +PV = "0.0+cvs${SRCDATE}" +LICENSE = "BSD-X" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "libxfont xtrans" + +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS" +S = "${WORKDIR}/FS" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |