diff options
Diffstat (limited to 'recipes/xorg-doc/xorg-docs_1.2.bb')
-rw-r--r-- | recipes/xorg-doc/xorg-docs_1.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-doc/xorg-docs_1.2.bb b/recipes/xorg-doc/xorg-docs_1.2.bb new file mode 100644 index 0000000000..df775f85b0 --- /dev/null +++ b/recipes/xorg-doc/xorg-docs_1.2.bb @@ -0,0 +1,11 @@ +require xorg-doc-common.inc + +DESCRIPTION = "The documentation in this package is from xc/doc in the monolithic \ +source tree." + +DEPENDS += " intltool" + +PE = "1" + +FILES_${PN} += " /usr/share/X11/doc" + |