blob: df775f85b03cc3e695828bc7032d5b911cfc6be3 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|